Daily updates from Odoo
Thursday, April 25, 2024
2 changes · saas-17.1
Enhancements to existing features
This update enhances how Odoo handles Peppol documents by allowing other modules to save them to alternative locations instead of just a journal. This increased flexibility improves integration capabilities and data management for Peppol-related processes.
Original PR description
Currently we are able to receive Peppol documents in a specific journal. This change allows other modules to hook into the saving process of new Peppol documents to save them somewhere else than directly in a journal. [task-3519604](https://www.odoo.com/web#id=3519604&model=project.task&view_type=form) Related to https://github.com/odoo/enterprise/pull/57018 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the validation process for HSN/SAC codes used in Odoo's Indonesian localization. Previously, validation applied to both sales and purchases, but now it's focused solely on sold products to ensure accurate compliance with Indonesian tax regulations. This change improves data integrity and reduces potential errors.
Original PR description
Before this PR: -------------------------------- - Validation check applied to both sold and purchased products. After this PR: ------ - Validation now applies to sold products only, ensuring compliance accuracy. Task Id: 3805678