odoo/tutorials#1316
Created by Shreykumar Amulkumar Patel (patsh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 6s)
- ci/tutorial: (runtime 126s)
- label
- odoo-dev:19.0-zero-qty-acc-move-line-patsh
- head
- 7203592b9ece806ef233daa3d47a5b1f4420563a
| odoo/tutorials | |
|---|---|
| 19.0 | #1316 missing r+ |
| master |
[ADD] accounting_update: allow zero quantity on invoice lines for tax reporting
This Pull Request introduces the accounting_update module, a module designed to allow zero quantity values on invoice lines during tax reporting. Key features include an 'Is Zero Quantity' checkbox on invoice line items that forces the product quantity to be passed as zero to the government portal during API transmission, while keeping the financial values unchanged.
This modification supports commercial edge cases like customer delivery rejections. For example, if a customer rejects a shipment of low-quality coal, a Credit Note is issued. Since the rejected scrap material is left on-site with the customer rather than returning to physical inventory, the net physical quantity transferred is zero, but the financial adjustment must still be legally reported to the government.
project - [PSIM] INTERNSHIP ONBOARDING
task - [accounting/l10n_in] Add zero quantity on move line