Friday, March 11, 2022
5 changes · master
Enhancements to existing features
The mail app’s user timing settings were changed to be stored as a regular setting field. This makes the behavior more consistent and easier to maintain, with no expected disruption for everyday users.
Original PR description
Task-2734101
This update makes part of the mail app's live communication session handling easier to manage internally. It helps support more reliable behavior for real-time calls and reduces the risk of timing-related issues in future changes.
Original PR description
Task-2734101
This update adds country information to tax records so Odoo can more easily apply country-specific filters and rules. It helps improve configuration accuracy for accounting setups that depend on local tax requirements.
Original PR description
add country_code for use in domains -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Peru electronic invoicing setup now limits tax group choices to the relevant country. This helps reduce configuration mistakes and supports more accurate local tax compliance.
Original PR description
Related community PR: [86236](https://github.com/odoo/odoo/pull/86236) needs to be merged before this one could
This change updates internal payroll accounting tests for Belgian localization to reflect the expected number of database queries. It helps keep automated checks reliable after related platform changes, with no direct impact on day-to-day user workflows.
Original PR description
Title :) Original PR : [odoo/enterprise#20661](https://github.com/odoo/enterprise/pull/20661) Community PR : [odoo/odoo#76097](https://github.com/odoo/odoo/pull/82637) TaskId-2602897