OCA / bank-statement-import

Bank Import Addons
https://odoo-community.org/psc-teams/banking-10
GNU Affero General Public License v3.0
152 stars 410 forks source link

Migration to version 16.0 #503

Open sbidoul opened 2 years ago

sbidoul commented 2 years ago

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0

Modules to migrate

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

alexis-via commented 1 year ago

Reminder : account_statement_import should be renamed account_statement_import_file in v16

sonhd91 commented 1 year ago
sonhd91 commented 1 year ago

account_statement_import_camt : #556

pegonzalezs commented 1 year ago

working on account_statement_import_camt54

alexis-via commented 1 year ago

About the migration of bank statement import to v16: I see that the form view of account.bank.statement has been removed in the "account" module cf https://github.com/odoo/odoo/blob/16.0/addons/account/views/account_bank_statement_views.xml There is only tree, pivot and graph view. All the views of account.bank.statement.line were removed.

@etobella has made a great work on account_reconcile_oca (the replacement of account_reconciliation_widget) in this v16 PR https://github.com/OCA/account-reconcile/pull/500 He restored the views of account.bank.statement.line.

I suppose that the idea of Odoo SA was to have only the JS interface to view bank statements. Up to v15, we had the 2 interfaces:

pedrobaeza commented 1 year ago

What more to debug/verify that is not in that view?

florian-dacosta commented 1 year ago

@sonhd91 Could you make the PR about account_statement_import_file even if it is WIP ?

sonhd91 commented 1 year ago

@sonhd91 Could you make the PR about account_statement_import_file even if it is WIP ?

Sorry for the wait, please check it out

zaoral commented 1 year ago

Hi! We will be working on migration of account_statement_import_txt_xlsx module https://github.com/OCA/bank-statement-import/pull/559 Please add it to module list.

Best Regards

sonhd91 commented 1 year ago

account_statement_import_camt54: #562