Thursday, September 1, 2022
5 changes · master
Enhancements to existing features
This change adjusts an internal performance test for the enterprise Discuss module so it matches the current expected database activity. It helps keep automated checks accurate and reliable without changing the user-facing product experience.
Original PR description
task-2664853 https://github.com/odoo/odoo/pull/98923
This update streamlines sales-related rental and subscription processes by avoiding unnecessary background recalculations and aligning with recent core sales changes. It also improves reliability when invoicing multiple subscription orders at once, reducing the chance of errors during batch operations.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/98068
Payment term handling for Mexican electronic invoicing has been aligned with recent changes in the main Odoo platform. This helps keep localization behavior consistent and reduces the risk of mismatches in related invoice tests and workflows.
Original PR description
[IMP] l10n_mx_edi: update the payment terms Update the payment terms after they have been changed by https://github.com/odoo/odoo/pull/91490
This update aligns several Enterprise apps with improved date and time handling introduced in the core Odoo platform. It helps keep date displays and spreadsheet-related calculations consistent across modules, reducing the chance of formatting issues for users.
Original PR description
This is the enterprise counterpart of the following community pull request: odoo/odoo#98980 It only consist in adaptations due to the changes in the community repo.
This update makes the internal setup of Discuss channels more explicit when assigning access groups. It helps ensure messaging channel creation remains reliable and supports performance coverage in enterprise tests.
Original PR description
follow up https://github.com/odoo/odoo/pull/94510/commits/64d01d43a0f69c29cb9ad900c7aaa6ae00d8b4e4 task-2893661