Skip to content

Conversation

@feg-adhoc
Copy link

No description provided.

metingulsoy and others added 30 commits December 3, 2025 12:12
Currently translated at 14.5% (14 of 96 strings)

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

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_online/it/
Apply mute_logger in test that test graceful exception handling
The module was ported from v14. It was renamed from
account_statement_import_file_reconciliation_widget to
account_statement_import_file_reconcile_oca to take into account the new
names of the modules it depend on.

Update code to the new notification system.
Currently translated at 100.0% (2 of 2 strings)

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

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

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/nl/
Currently translated at 83.3% (10 of 12 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/it/
Encountered in a Camt.054 statement: currency listed under
/BkToCstmrDbtCdtNtfctn/Ntfctn/Ntry/Amt/@ccy
OCA-git-bot and others added 27 commits December 3, 2025 12:12
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_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/
Currently translated at 100.0% (100 of 100 strings)

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

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/es/
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_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/
Currently translated at 100.0% (99 of 99 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/it/
Currently translated at 100.0% (99 of 99 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/zh_CN/
Currently translated at 100.0% (99 of 99 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/zh_CN/
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_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/
Currently translated at 100.0% (104 of 104 strings)

Translation: bank-statement-import-17.0/bank-statement-import-17.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-17-0/bank-statement-import-17-0-account_statement_import_sheet_file/it/
…parser header

When importing an Excel file with a header and the field header_lines_skip_count is set to its default value (0), the header is retrieved using the -1 index (the last row).
complementary to commit OCA@13285ab
Copilot AI review requested due to automatic review settings December 3, 2025 18:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request migrates the account_statement_import_online and account_statement_import_online_gocardless modules to version 19.0, along with adding the account_statement_import_ofx module. The changes primarily involve creating new module structures with their complete file hierarchies.

Key changes:

  • Migration of online bank statement import modules to version 19.0
  • Addition of GoCardless online bank statement provider integration
  • Addition of OFX file format support for bank statement imports

Reviewed changes

Copilot reviewed 184 out of 320 changed files in this pull request and generated no comments.

Show a summary per file
File Description
account_statement_import_online_gocardless/pyproject.toml Build configuration for GoCardless module
account_statement_import_online_gocardless/models/online_bank_statement_provider.py Core GoCardless provider implementation with API integration
account_statement_import_online_gocardless/i18n/*.po Translation files for Italian, Spanish, and template
account_statement_import_online_gocardless/controllers/main.py HTTP controller for GoCardless OAuth callback handling
account_statement_import_online_gocardless/manifest.py Module manifest for GoCardless integration
account_statement_import_online/wizards/*.py Wizard implementations for pulling bank statements
account_statement_import_online/views/*.xml UI views for online bank statement providers
account_statement_import_online/models/*.py Core models for online bank statement providers
account_statement_import_online/i18n/*.po Translation files for multiple languages
account_statement_import_online/manifest.py Module manifest for online bank statement base
account_statement_import_ofx/wizard/*.py OFX file import wizard implementation
account_statement_import_ofx/tests/*.py Test suite for OFX import functionality

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.