-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
[15.0][MIG] account_due_list: Migration to 15.0 #498
Conversation
* amount_residual in payment_view * maturity_residual, stored with dep. on date_maturity field
* Include also move lines without invoice * Select by default "From invoice" filter
[IMP] account_due_list: Add fast install script
Problem: Key information, such as the supplier invoice number, does not appear in the due list. The information that appears in the list is inconsistent with the data shown in the list of move lines. The name of the move line is missing. Solution: Add the move line name to this list, as it provides valuable info.
remove en.po that was erroneously created by transbot
* Field 'maturity_residual' is dropped, because 'amount_residual' is a stored field in v9 * Rename fields as per names in v9 * Add pre-migration scripts to speed-up the migration to v9
removing account_due_list/migrations/9.0.1.0.0/pre-migration.py as not used in 10.0 because the fields stay the same
Currently translated at 100,0% (31 of 31 strings) Translation: account-payment-11.0/account-payment-11.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-11-0/account-payment-11-0-account_due_list/de/
Currently translated at 93.5% (29 of 31 strings) Translation: account-payment-12.0/account-payment-12.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_due_list/it/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
…e case for this module. Improve summary
Currently translated at 96.4% (27 of 28 strings) Translation: account-payment-12.0/account-payment-12.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_due_list/pt/
Currently translated at 100.0% (28 of 28 strings) Translation: account-payment-12.0/account-payment-12.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-12-0/account-payment-12-0-account_due_list/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-payment-13.0/account-payment-13.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-13-0/account-payment-13-0-account_due_list/
Currently translated at 78.9% (30 of 38 strings) Translation: account-payment-14.0/account-payment-14.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/fr_FR/
Currently translated at 86.8% (33 of 38 strings) Translation: account-payment-14.0/account-payment-14.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/fr_FR/
Currently translated at 100.0% (38 of 38 strings) Translation: account-payment-14.0/account-payment-14.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/es_AR/
Currently translated at 88.5% (31 of 35 strings) Translation: account-payment-14.0/account-payment-14.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/nl/
Currently translated at 88.5% (31 of 35 strings) Translation: account-payment-14.0/account-payment-14.0-account_due_list Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_due_list/fr/
9e5edd5
to
afbaf1b
Compare
301193a
to
a5d29c4
Compare
a5d29c4
to
721c442
Compare
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 review and UI ok.
Maybe you can squash administrative commits (to reduce the number of commits) and purge translations.
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.
Functional review 👍
/ocabot migration account_due_list |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 654e356. Thanks a lot for contributing to OCA. ❤️ |
@victoralmau thanks for your suggestion. I believe it's too late for me to make those changes, but I will take it into account from now on. |
* Fix wizards for proper multicompany behaviour. * Fix layout issue
Standard migration to version 15
@Tecnativa
TT35672