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

Syncing from upstream OCA/bank-statement-import (18.0) #598

Merged
merged 34 commits into from
Feb 1, 2025

Conversation

bt-admin
Copy link

@bt-admin bt-admin commented Feb 1, 2025

bt_gitbot

alexis-via and others added 30 commits January 1, 2025 00:53
Rename module to account_statement_import_ofx
Add support for multi-account OFX files
Currently translated at 57.1% (4 of 7 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_ofx/fr/
Currently translated at 57.1% (4 of 7 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_ofx/fr_FR/
Currently translated at 71.4% (5 of 7 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_ofx/it/
Currently translated at 100.0% (7 of 7 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_ofx/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/
Currently translated at 100.0% (7 of 7 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/es/
Currently translated at 100.0% (4 of 4 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/fr/
Currently translated at 100.0% (4 of 4 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/
Currently translated at 100.0% (4 of 4 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/pt_BR/
Currently translated at 75.0% (3 of 4 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/it/
Currently translated at 100.0% (4 of 4 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_ofx/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_ofx/
Use with statement to open files
Change misleading variable names
OCA-git-bot and others added 4 commits January 31, 2025 21:37
Signed-off-by alexis-via
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-statement-import-18.0/bank-statement-import-18.0-account_statement_import_ofx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_statement_import_ofx/
@bt-admin bt-admin added the 18.0 label Feb 1, 2025
@bt-admin bt-admin merged commit b80dc95 into brain-tec:18.0 Feb 1, 2025
4 checks passed
Copy link

codecov bot commented Feb 1, 2025

Codecov Report

Attention: Patch coverage is 81.73077% with 19 lines in your changes missing coverage. Please review.

Project coverage is 80.38%. Comparing base (31e86b6) to head (fe204a4).
Report is 38 commits behind head on 18.0.

Files with missing lines Patch % Lines
...ment_import_ofx/wizard/account_statement_import.py 73.58% 9 Missing and 5 partials ⚠️
...ent_import_ofx/tests/test_import_bank_statement.py 87.17% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             18.0     #598       +/-   ##
===========================================
+ Coverage   56.58%   80.38%   +23.79%     
===========================================
  Files          11       18        +7     
  Lines         258      362      +104     
  Branches       41       49        +8     
===========================================
+ Hits          146      291      +145     
+ Misses         98       47       -51     
- Partials       14       24       +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.