Daily updates from Odoo
Friday, March 20, 2020
3 changes
Enhancements to existing features
This update standardizes how default access rules are declared across many Enterprise modules. It helps preserve company-specific security customizations during updates while letting the system calculate internal settings automatically.
Original PR description
Enterprise counterpart of https://github.com/odoo/odoo/pull/47688 * remove global assignation in xml, it is a computed field anyway, let the orm compute it * put all `ir_rule` definition as noupdate in the xml
The Helpdesk team view now uses clearer wording for the button that opens email alias configuration. This reduces confusion by making it clear users are configuring an alias rather than a domain name.
Original PR description
This PR renames the button that redirect to the configuration panel where the alias configuration can be done (External email server). The name was unclear as this is not a domain name that we can configure but an alias instead. Behind the alias, there is a custom domain, though. Task ID: 2214653 Linked to Community PR https://github.com/odoo/odoo/pull/48023
This update replaces the word "assignation" with the clearer and more appropriate "assignment" across affected Odoo modules. It improves wording consistency in helpdesk, appointment, and CRM scoring areas without changing business functionality.
Original PR description
PURPOSE The main definition of 'assignation' is the following: "an appointment to meet someone in secret, typically one made by lovers" SPECIFICATIONS The correct word we should be using is 'assignment': "the allocation of someone or something as belonging to a particular group or category" To do that, we change every iteration of the word 'assignation' to 'assignment', across all modules. PR #8375 Task 1966215