Tuesday, January 20, 2026
2 changes · master
Enhancements to existing features
This update expands Odoo's ability to handle Ukrainian Tax Identification Numbers (TINs). Previously, the system only accepted 12-digit numbers. Now, it supports 8-digit numbers for Ukrainian companies and 12 or 10-digit numbers for individuals, resolving an issue where Ukrainian TINs were incorrectly rejected.
Original PR description
with this commit:- - We are adding support for Ukrainian Tax ID numbers of 8 digits, which was 12 previously. - The following formats are now accepted: - National company numbers: 8 digits (e.g., 12345678) - European company numbers: 8 digits prefixed with 'UA' (e.g., UA12345678) - Individual numbers: 12 or 10 digits (e.g., 123456789012) - This change allows users to enter Ukrainian TINs that were previously incorrectly rejected due to length restrictions. task-5414806 opw-5373469 Forward-Port-Of: odoo/odoo#243258
This update makes the 'Open Cashbox' button in the Point of Sale (PoS) interface more visually prominent and easier to find. This small UI change enhances the user experience for staff managing transactions and improving efficiency. It's a minor aesthetic improvement.
Original PR description
Little UI changes on the Open Cashbox button in the PoS. task: 5441682 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#244084 Forward-Port-Of: odoo/odoo#243224