Daily updates from Odoo
Sunday, December 7, 2025
5 changes
2 changes
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
2 changes
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
1 change
Enhancements to existing features
This update improves the accuracy of GSTR reports by including the tax amount paid by the company. Previously, the reports didn't reflect the taxes owed to the government. Now, the total invoice amount, including tax, is included in the data sent for reporting, ensuring compliance and accurate record-keeping.
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#101308