Wednesday, April 15, 2026
4 changes · 19.0
Enhancements to existing features
The Singapore localization is updated to reflect current GST rates and GST InvoiceNow compliance requirements. This improves tax setup, fiscal positions, and GST report calculations so businesses can prepare more accurate Singapore tax reporting.
Original PR description
Improves tax data and report to comply with the changes in Singapore GST rates. The improvement is also in compliance to GST InvoiceNow requirements. Key changes: - Taxes: drop outdated GST rates; add 0% NA and 0% TXNA; add fiscal positions; misc. updates - Tax Groups: drop some of tax groups - Fiscal Position: new data - Tax Report: modification to box 1's and box 14's formulas; drop unnecessary aggregate formulas (total amount) for the line sections [Task-6025634](https://www.odoo.com/odoo/my-tasks/6025634)
Odoo now includes a password-style field option that hides sensitive text by default and lets users reveal it with an eye icon when needed. This helps businesses handle confidential values more safely across forms, lists, and kanban views, supporting security and compliance needs.
Original PR description
This commit introduces a new "password" field widget. This widget can be set on char and text fields. It renders the value inside an input with `type="password"` such that the real value is hidden. Next to the input, an "eye" is displayed and allows to show the real value. The widget can be used in form, list and kanban views. Such a widget is sometimes necessary to be security compliant. Task~6116365 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 chart of accounts now separates earnings and equity more clearly in the generic and U.S. accounting setups. This makes balance sheets easier to read and helps businesses better identify the accounts used when allocating earnings.
Original PR description
Simplifying the structure of the Balance Sheet in order to distinguish clearly **Earnings** and **Equity**, in the generic and US balance sheet. Improving the generic and us charts of accounts to better highlight the account pair for the allocation of earnings. task-6053852 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update simplifies the Balance Sheet report to clearly separate Earnings and Equity, enhancing financial reporting clarity. The changes improve the charts of accounts to better show how earnings are allocated, providing a more straightforward view of key financial metrics. This impacts both the standard and US versions of the report.
Original PR description
Simplifying the structure of the Balance Sheet in order to distinguish clearly **Earnings** and **Equity**, in the generic and US balance sheet. Improving the generic and us charts of accounts to better highlight the account pair for the allocation of earnings. task-6053852