Friday, June 19, 2026
3 changes · master
Enhancements to existing features
This update correctly classifies the Company Executive's meal voucher as a benefit, aligning with payroll best practices. Previously, it was treated as a salary input, which has now been corrected. This change ensures accurate reporting and compliance.
Original PR description
The meal voucher for the Company Executive is a salary input and should be a benefit. Task: 6303114
This update enhances the task planning process within the Gantt view by adding a helper that prevents empty dialogs when creating new tasks. This improves the user experience and reduces potential confusion for users adding tasks from the Gantt chart.
Original PR description
This commit adds a custom no-content helper to the dialog opened when planning tasks from the Gantt view. task-3613715
This update enhances navigation between sold assets and related customer invoices. Now, invoices linked to a sold asset are directly accessible from the asset's record, and vice versa, streamlining workflows for sales and accounting teams. This improves visibility and efficiency in managing related transactions.
Original PR description
This commit improves the navigation from a sold asset to the customer invoice and vice versa. A reference link of the sold asset is added to the chatter of each invoice used in sale. Also, all invoices used in sale are added as reference link to the asset's chatter. task-4413649 Forward-Port-Of: odoo/enterprise#118665