[ADD] accounting_update: allow zero quantity on invoice lines for tax reporting#1316
Draft
patsh-odoo wants to merge 1 commit into
Draft
[ADD] accounting_update: allow zero quantity on invoice lines for tax reporting#1316patsh-odoo wants to merge 1 commit into
patsh-odoo wants to merge 1 commit into
Conversation
… reporting Added a checkbox called 'Is Zero Quantity' on the invoice line items. When a user checks this box, the official Indian E-invoicing (l10n_in_edi) system will force the item's quantity to be sent as zero to the government portal, while keeping the monetary value intact. This is needed for commercial edge cases like customer rejections. For example, if a customer rejects a delivery of low-quality coal, the company issues a Credit Note. Because the rejected scrap coal is left with the customer and not returned to inventory, the net physical quantity transferred is zero, but the financial adjustment must still be reported to the government. project - [PSIM] INTERNSHIP ONBOARDING task - [accounting/l10n_in] Add zero quantity on move line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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