Monday, May 18, 2026
2 changes · saas-19.2
Enhancements to existing features
This update removes a restriction on the fiduciary VAT field in the connection wizard. This change provides greater flexibility for users configuring VAT settings related to Codabox, streamlining the process and improving usability. It allows for more adaptable configurations within the Odoo Enterprise system.
Original PR description
This commit will remove the readonly on the fiduciary_vat in the connection wizard. It will give more flexibility for fiduciary. task-6148930 Forward-Port-Of: odoo/enterprise#115752
This update aligns the subheaders and numerical data within Odoo's financial reports, ensuring a more professional and consistent visual appearance. Previously, the formatting was uneven, and this change corrects that to improve readability and user experience. This is a minor improvement to the reporting system.
Original PR description
Before this commit, subheaders of numeric columns were centered, while the figures in the columns were aligned to the end. This commit ensures that both the subheader and the figures are aligned the same way (center or end). task-6197223 Forward-Port-Of: odoo/enterprise#116578