odoo/tutorials#1312
Created by Mohit Ahir (moahi)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 278s)
- label
- odoo-dev:19.0-zero-quantity-account-move-moahi
- head
- c7487b9943b5403d4c85bf2024633488be53a916
| odoo/tutorials | |
|---|---|
| 19.0 | #1312 missing r+ |
| master |
[ADD] Zero_quantity_account_move: added zero quantity for invoice lines
Added a boolean field 'zero_move'(Is Zero Quantity) on account move line.
For rejected or scrap goods, quantity should be sent as 0 even if a credit note is created.
- Added zero_move field in account.move.line
- Overridden EDI method to send quantity as 0 when ticked
- Added test cases for validation