-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
[18.0][MIG] account_statement_base: Migration to 18.0 #739
[18.0][MIG] account_statement_base: Migration to 18.0 #739
Conversation
This module contains the views of account.bank.statement.line, which have been removed from the account module in Odoo v16
The module account_statement_base will be used by the modules from OCA/bank-statement-import which are LGPL (because they initially came from Odoo official addons), so it cannot be AGPL.
* refactoring JS in order to add logic * Improve views * Minor fixes in Odoo code in order to fix all possible options
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/pt_BR/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/es/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/fr/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/zh_CN/
Make them listed and editable
Before this commit, when a user clicked the "New Transaction" button, an error was raised. After this commit, statement lines are displayed to create new records.
Currently translated at 100.0% (15 of 15 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
…ent lines to the associated journal entry through a button. Adds also the journal entry number as an optional field
0f0eb15
to
bd661c0
Compare
… to create the statement lines linked to it TT51767
…ing on the New button (only on cash ones). If you access the list of statements from the Create button, you should be able to create new records. TT51767
2eb9182
to
10cc464
Compare
hi @victoralmau, Done! |
Thanks, I think you forgot the commit [FIX] account_statement_base: Remove wrong field label from #751 |
@@ -14,7 +14,7 @@ | |||
<field name="company_id" invisible="1" /> | |||
<field name="currency_id" invisible="1" /> | |||
<field name="country_code" invisible="1" /> | |||
<field5c1485a3 name="state" invisible="1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @victoralmau, during migration state, I fixed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you functionally tested the module? I'm not sure why but if you install account_statement_base
and add the corresponding permission it doesn't show the Dashboard menu in Invoicing, can you check it?
10cc464
to
4df6e7b
Compare
hi @victoralmau, have conditions to see this action in here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code and functional review OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot migration account_statement_base
/ocabot merge nobump
What a great day to merge this nice PR. Let's do it! |
This PR has the |
Congratulations, your PR was merged at b18e7aa. Thanks a lot for contributing to OCA. ❤️ |
change in v18
checked
was replaceto_checked
fields in commit: odoo/odoo@242e1a0