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

Migration to version 16.0 #503

Open
12 of 13 tasks
sbidoul opened this issue Oct 3, 2022 · 10 comments
Open
12 of 13 tasks

Migration to version 16.0 #503

sbidoul opened this issue Oct 3, 2022 · 10 comments
Labels
help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress
Milestone

Comments

@sbidoul
Copy link
Member

sbidoul commented Oct 3, 2022

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

@sbidoul sbidoul added help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress labels Oct 3, 2022
@sbidoul sbidoul added this to the 16.0 milestone Oct 3, 2022
@alexis-via
Copy link
Contributor

Reminder : account_statement_import should be renamed account_statement_import_file in v16

@sonhd91
Copy link

sonhd91 commented Dec 1, 2022

@sonhd91
Copy link

sonhd91 commented Dec 2, 2022

account_statement_import_camt : #556

@pegonzalezs
Copy link

working on account_statement_import_camt54

@alexis-via
Copy link
Contributor

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 OCA/account-reconcile#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:

  • JS interface used to "process" the bank statement
  • traditional interface to "view" the bank statement, verify data, view underlying account.move
    In v16, is it a good idea to have just the JS interface ? I see that the JS interface of v16 allows to view the processed bank statement lines and view the underlying account.move.
    I must say that, from a new user point of view, having just one interface make it easier to understand. The only remaining argument for a traditional form view of account.bank.statement is debugging/verification purposes ? Are there other arguments?

@pedrobaeza
Copy link
Member

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

@florian-dacosta
Copy link
Contributor

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

@sonhd91
Copy link

sonhd91 commented Dec 15, 2022

@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
Copy link
Contributor

zaoral commented Feb 8, 2023

Hi!
We will be working on migration of account_statement_import_txt_xlsx module #559
Please add it to module list.

Best Regards

@sonhd91
Copy link

sonhd91 commented Feb 15, 2023

account_statement_import_camt54: #562

@StefanRijnhart StefanRijnhart pinned this issue Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress
Projects
None yet
Development

No branches or pull requests

7 participants