Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] account_statement_import_online_ponto: Migration to 17.0 #741

Open
wants to merge 25 commits into
base: 17.0
Choose a base branch
from

Conversation

victoralmau
Copy link
Member

Migration to 17.0

@Tecnativa TT51521

NL66278 and others added 25 commits November 15, 2024 12:31
Also Rename account_bank_statement_import_online => account_statement_import_online
[UPD] Update account_statement_import_online_ponto.pot
…a statement.

account_statement_import_online_ponto 14.0.1.0.1
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034

account_statement_import_online_ponto 14.0.1.0.2
Translated using Weblate (Italian)

Currently translated at 43.7% (7 of 16 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online_ponto/it/
Check situation that should raise exception immediately, prevent ident on normal flow
1. Find partner if ther already is a bank account with the right IBAN;
2. Store (and display) raw import data to help in problem determination;
3. Make it easy to extend the parsing of import data;
4. Apply some clean coding principles.
Translated using Weblate (Catalan)

Currently translated at 100.0% (16 of 16 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online_ponto/ca/

account_statement_import_online_ponto 14.0.1.1.0
The 2 modules account_statement_import_online and
account_statement_import depend on account_statement_import_base (and
not on each other) and share common code, in particular a hook to update
the statement line. So we can now have reconciliation modules that use
this hook and therefore work both on file import and online import. More
details on OCA#481.

Improve bank statement line form view and journal form view.
Separate retrieval of data from ponto (buffer data) and
creation of statements.
Add debug messages
Set raw_data in bank statement lines
With Ponto we can only retrieve data backwards in time. Therefore
we override the normal _pull method to create statements in descending
order of statement date.
[UPD] Update account_statement_import_online_ponto.pot
[UPD] Update account_statement_import_online_ponto.pot

[BOT] post-merge updates
Translated using Weblate (Spanish)

Currently translated at 100.0% (24 of 24 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/es/
Translated using Weblate (Dutch)

Currently translated at 91.6% (22 of 24 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/nl/
…ttempt to modify of posted account.move

[BOT] post-merge updates
Currently translated at 100.0% (16 of 16 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/it/
@pedrobaeza
Copy link
Member

There's #739, but not sure its state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.