Daily updates from Odoo
Monday, December 15, 2025
4 changes · 19.0
Enhancements to existing features
This update ensures that tax information, which the company pays to the government and later claims as a refund, is included in the invoice data sent for government reporting. This aligns with current tax regulations for India (l10n_in_edi) and provides accurate financial data for government transactions. It improves the reliability of exported data.
Original PR description
Following the task- https://www.odoo.com/odoo/project.task/4878805 and PR- https://github.com/odoo/odoo/pull/213931 Here we are not collecting tax from the customer but the company has pay taxes to the goverment and after that the company can claim refund for the taxes. So when we are sending data to goverment then we need to include tax part into the invoice total task-5369117 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238942 Forward-Port-Of: odoo/odoo#238641
This update ensures that the total tax amount paid by the company is included when generating reports for government tax filings (GSTR). Previously, only sales revenue was reported. This change accurately reflects the company's tax obligations and provides a complete picture for reporting purposes.
Original PR description
Here we are not collecting tax from the customer but the company has pay taxes to the goverment and after that the company can claim refund for the taxes. So when we are sending report data to goverment then we need to include tax part into the invoice total task-5369117 Forward-Port-Of: odoo/enterprise#101525 Forward-Port-Of: odoo/enterprise#101308
This update simplifies the underlying query used to generate sale commission reports. By adding an alias to a key component, the code is now easier to maintain and modify, ensuring future updates to the reporting process are smoother and less prone to errors. This ultimately improves the reliability of our sales commission reports.
Original PR description
Add an alias to the CTE used for sale order log selection. This is done to simplify modifications to the query.
This update adds detailed logging for communication with the Odoo blackbox. Combined with a related feature for saving and downloading logs, this will significantly simplify troubleshooting client issues and improve support efficiency. It's a key step in proactively addressing potential problems.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/236927 This commit adds several log messages for the communication with the blackbox. In combination with the associated Community PR to save and download these logs, this should enable easier debugging when clients experience problems. Forward-Port-Of: odoo/enterprise#102041 Forward-Port-Of: odoo/enterprise#100183