Daily updates from Odoo
Wednesday, April 8, 2026
3 changes · saas-19.1
Enhancements to existing features
This update improves how Odoo handles Thai VAT (Value Added Tax) information. It now correctly identifies companies based on the leading digit of a Tax Identification Number (TIN), ensuring accurate accounting and reporting for Thai businesses. This change ensures compliance with Thai tax regulations.
Original PR description
In this commit: - For Thailand, TIN is distinguishable between an individual and a company by a prefix. - TIN starting with '0' means the contact is a registered corporate entity, such as a company or partnership. If TIN begins with any digit from 1-9, it indicates that the contact should be treated as an Individual. task-6002111
This update adds a reference field to journal entries generated from stock movements, making it easier to track the origin of transactions. Previously, identifying the source document was difficult, requiring manual review of individual lines. This enhancement improves audit trails and compliance.
Original PR description
To make auditing easier, this commit ensures that journal entries generated from stock movements include the source document reference. Currently, the 'ref' field on these account moves is often empty, forcing users to inspect individual lines to identify the origin. - updates `_create_account_move` in `stock_move`. - collects unique references from the stock moves using `mapped`. - populates the `account.move` 'ref' field with a comma-separated list of these references. task-5499000 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 Forward-Port-Of: odoo/odoo#254889
This update upgrades the software running on our IoT boxes to version 19.2. This ensures the boxes receive the latest features and improvements, and will automatically update to the next version in two weeks after this change is implemented. This update is specific to the IoT boxes currently using the 19.1 version.
Original PR description
This PR updates the current version of the iot boxes to saas-19.2. This only applies to the iot boxes currently in saas-19.1 This will lead to the iot boxes updating to the next version 2 weeks after this PR is merged task-5949470