Daily updates from Odoo
Sunday, December 7, 2025
2 changes · saas-18.4
Enhancements to existing features
This update ensures that tax information, paid by companies for government purposes and potentially claimable as refunds, is included in the invoice data sent for export. This aligns with government reporting requirements and provides accurate financial data. It impacts the l10n_in_edi module.
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 taxable revenue was reported. This change aligns the reporting data with the company's actual tax obligations and refund claims, improving accuracy for government reporting.
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