-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
[16.0][MIG] account_invoice_report_due_list: Migration to 16.0 #301
[16.0][MIG] account_invoice_report_due_list: Migration to 16.0 #301
Conversation
For avoiding access errors for example for sales users.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-account_invoice_report_due_list/
Currently translated at 100.0% (5 of 5 strings) Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-account_invoice_report_due_list/de/
- It's annoying to have the due date rendered in different positions depending on if it's a single due or there are several. With this change, we render it always the same way.
When no due dates are available we get an empty table. This patch fixes it so the due list table is only visible when due dates are computed.
Currently translated at 100.0% (5 of 5 strings) Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-account_invoice_report_due_list/pt/
Currently translated at 100.0% (5 of 5 strings) Translation: account-invoice-reporting-12.0/account-invoice-reporting-12.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-account_invoice_report_due_list/hr/
When the due list table falls in a page break it's not properly rendered. It's more convinient to keep its integrity anyway.
- The due date wasn't meant to be shown in the header although it was due to a wrong class setting. TT31048
Currently translated at 100.0% (8 of 8 strings) Translation: account-invoice-reporting-14.0/account-invoice-reporting-14.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-14-0/account-invoice-reporting-14-0-account_invoice_report_due_list/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-invoice-reporting-15.0/account-invoice-reporting-15.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-15-0/account-invoice-reporting-15-0-account_invoice_report_due_list/
Currently translated at 100.0% (6 of 6 strings) Translation: account-invoice-reporting-15.0/account-invoice-reporting-15.0-account_invoice_report_due_list Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-15-0/account-invoice-reporting-15-0-account_invoice_report_due_list/es/
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.
Tested in runboat
@pedrobaeza I think we can merge this one. We kept the authorship. THX |
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 merge nobump
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at f37d149. Thanks a lot for contributing to OCA. ❤️ |
Supersedes #282 as inactive