Friday, October 21, 2022
7 changes · master
Enhancements to existing features
The wording was updated from “equipments” to the correct plural “equipment” in maintenance-related screens, security labels, demo data, and accounting templates. This improves consistency and professionalism in user-facing labels without changing business workflows.
Original PR description
Modules: - hr_maintenance; - maintenance; - l10n_ch; - l10n_generic_coa - l10n_il. The plural of "equipment" is "equipment" and not "equipments" changes in the enterprise version: https://github.com/odoo/enterprise/pull/31498 Remark: Runbot test log: `Two fields (equipment_count, equipment_ids) of maintenance.equipment.category() have the same label: Equipment. [Modules: maintenance and maintenance]` `Two fields (equipment_count, equipment_ids) of hr.employee() have the same label: Equipment. [Modules: hr_maintenance and hr_maintenance]` Using "Equipment Count" to differentiate them opw-2981186
Leave type lists now show the related work entry type, making it easier for HR users to review and manage leave configuration at a glance. This improves visibility without changing underlying leave or payroll behavior.
Original PR description
Adds the work entry type in the list view of the leave types. task-3031983
This update streamlines how internal notifications add new messaging records, reducing duplicated handling across chat and live chat features. It should make future messaging changes easier to maintain while keeping the user experience unchanged.
Original PR description
Some of our current bus notification only insert data in the models system. We can now simplify the way we handle them by using a generic `mail.record/insert` handler.
The accounting screens now show an updated tooltip explaining when a delivery address may be required for tax purposes. This helps users understand why the information matters, especially when tax rules depend on partner details, company country, or regional regimes.
Original PR description
Description of the issue/feature this PR addresses: "contributes to" because it also depends on the Tax Id of the partner ; the country of the company itself. US and EU regimes may differ. This tooltip makes it clear that the delivery address is in some cases a really required info. Current behavior before PR: show old tooltip Desired behavior after PR is merged: show new tooltip --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Manufacturing Maintenance module now uses the correct plural form, “equipment,” instead of “equipments” in labels and demo data. This improves consistency and professionalism in user-facing text without changing functionality.
Original PR description
Modules: - mpr_maintenance. The plural of "equipment" is "equipment" and not "equipments" Changes in the community version: https://github.com/odoo/odoo/pull/100558 opw-2981186
HR officers are no longer sent to the employee-facing thank-you page after completing salary contract actions. This makes the workflow clearer for HR users and avoids showing them a confirmation page intended for employees.
Original PR description
The HR officer were redirected to the same `Thank You` page as the employee, which didn't make lot of sense. task-2941760
The VoIP systray item has been reworked to use Odoo's newer internal model structure. This should make the calling menu easier to maintain and more consistent, with no major change expected for end users.
Original PR description
Task-3036700.