Daily updates from Odoo
Thursday, May 28, 2026
2 changes
1 change
New functionality added to Odoo
This update introduces support for Indonesian tax returns within the Odoo Enterprise system. A new module, `l10n_id_reports`, has been created to manage these specific return types, allowing businesses operating in Indonesia to accurately report their tax obligations. This enhancement improves compliance and reporting capabilities for our Indonesian customers.
Original PR description
Create new module l10n_id_reports and add return type for Indonesia. task-6239169 Forward-Port-Of: odoo/enterprise#118304
1 change
New functionality added to Odoo
This update expands the information sent to Pricer, including price before taxes, tax details, supplier product codes, and units of measure. These additions enable more accurate pricing calculations and address previously missing data required for key use cases. The update also improves code organization and ensures Pricer tags are automatically updated when related product information changes.
Original PR description
We are currently missing some fields which must be sent to Pricer for some basic use-case scenarios This PR adds - Price before taxes - Taxes name (ex: 21%) - Supplier product code - Supplier reference - Units of measure of the product The PR also triggers the update of the pricer tags when the models indirectly related to Pricer are modified (taxes name / supplier reference / supplier product code) + cleans up the code a bit task-4506260 Forward-Port-Of: odoo/enterprise#78009