Daily updates from Odoo
Wednesday, April 8, 2026
2 changes
Enhancements to existing features
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