Friday, March 13, 2026
9 changes · master
Enhancements to existing features
The customer portal now shows the VAT label configured for each Latin American company instead of a generic VAT label. This makes portal information clearer and better aligned with local terminology for customers and businesses in the region.
Original PR description
with this commit:- - We're changing the VAT label shown on the portal to the company's VAT label for Latam. task-4393611
The payment onboarding screen has been simplified with clearer wording and fewer distracting options. Users now see more actionable button labels when creating provider accounts, while advanced availability details are hidden unless debug mode is enabled.
Original PR description
- Remove redundant "No payment method available" heading from warning - Update connect button label to "Create <Provider> Account" - Show availability report button only in debug mode - Change button style and label to "All Payment Providers" task-5718594 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds a dedicated Employee Benefits / Staff Costs account to the Hong Kong accounting setup. It supports Payroll by giving salary rules an appropriate account for recording staff-related costs, improving payroll accounting consistency.
Original PR description
This new account will be set on a some salary rules in the Payroll App task-5366389 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The invoice validation popup now shows the option to ignore future alerts on a separate line. This makes the warning area easier to read and helps users notice their available choices before confirming invoices.
Original PR description
Moving 'ignore future alert' to new line for more clarity and visibility for users task: 5966559 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The HTML builder now keeps option sections unfolded, reducing repeated clicks while editing pages or content. This makes the editing experience smoother and helps users continue working with the controls they were already using.
This update enhances the Odoo demo data by adding 'hr_responsible_id' values, replacing the default 'Oodobot' assignment. This provides a more realistic and useful demo environment for evaluating the planning module, aligning with best practices for demonstration data.
Original PR description
Changes: Added hr_responsible_id to the demo data as per the request since by default it's assigned to Oodobot it's better add real users to the demo data Com PR-244686 task-5602911
This update enhances the accuracy of Hong Kong payroll reports by rounding currency values to avoid potential errors when reporting to the IRD. The change ensures correct HKD reporting by using a more precise rounding method before converting to an integer, addressing a minor but important issue. Additionally, the rental system has been updated to fully support all officially recognized IRD rental benefit types.
This update simplifies the naming of joint committees within the Odoo Enterprise system. By removing redundant prefixes and moving data to a CSV file, the system is now more efficient and easier to maintain. This change improves data clarity and reduces complexity.
Original PR description
Almost all joint committees start with the same ""(Sub-)(Sub-)Joint Committee for (the)". This is unnecessary as the field is already called Joint Committee. This removes those unnecessary prefixes and also move the data to a csv for concise code. Task: 6025737
This update streamlines the Live Chat experience by reorganizing form views and standardizing the associated copy. The changes group related actions together for easier access and improve the overall clarity of the Live Chat interface. This enhancement aims to make Live Chat more intuitive and efficient for users.
Original PR description
community PR: https://github.com/odoo/odoo/pull/253027 This commit improves the form views related to Live Chat by: 1. Reordering the action buttons to group chat related actions together. 2. Harmonizing the Live Chat copywriting. task-6018898