Daily updates from Odoo
Sunday, December 7, 2025
2 changes · saas-18.3
Enhancements to existing features
This update ensures that tax information is included when exporting invoice data to government agencies. Previously, only the customer's tax was considered; now, the company's tax payments and potential refunds are accurately reflected. This is necessary for proper tax reporting and compliance.
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 accurately included when generating reports for government tax filings (GSTR). Previously, only the gross invoice amount was reported. This change aligns the reporting data with the company's tax obligations and refund claims, improving the accuracy of government reports.
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