Monday, July 7, 2025
2 changes · 18.0
Enhancements to existing features
Shared helper code for tax-related invoice tests was moved into a common testing area. This makes the accounting test suite easier to maintain and helps future tax changes be validated more consistently, without changing customer-facing behavior.
Original PR description
…tInvoicingCommon --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting journal dashboard has been adjusted so activity information can be customized more easily by related accounting features. This supports more dynamic styling and presentation of dashboard activities, helping future enhancements appear consistently for users.
Original PR description
This commit applies the necessary changes to make the json_activity_data field of account.journal extensible. The field computation needed to be extended in account_reports to make dashboard activities styling more dynamic. More details can be found in the enterprise PR: https://github.com/odoo/enterprise/pull/89331 backport of: https://github.com/odoo/odoo/commit/dce24cd242e16afde008ac907faa5f496725ae68 task-4370133 task-4458309 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#202249