Thursday, March 10, 2022
3 changes
Enhancements to existing features
This update changes how automated tests for Approvals and VoIP use shared model definitions, making them better aligned with the main application behavior. It helps reduce test maintenance and lowers the risk of inconsistencies when related business features evolve.
Original PR description
community: https://github.com/odoo/odoo/pull/84828
Social users now have the same ability as internal users to create and update marketing campaigns. This lets social media teams manage campaigns without depending on another user’s access rights, reducing operational friction.
Original PR description
PURPOSE Currently social user have only `read` access, social user can manage campaign but it depends on internal user's access rights. SPECIFICATION after this PR, Social users will have `update` and `create` rights to manage campaigns independently just as any other user. Task-id: 2701582
The separate Intrastat expiry add-on has been folded into the main Intrastat module. This simplifies maintenance and keeps expiry-related Intrastat rules available from one place without changing the business purpose of the feature.
Original PR description
"account_intrastat_expiry" was introduced in stable. No need to keep it a separate module going forward. Task: 2732930