Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
3
sale_credit_note_reversal/readme/CONTRIBUTORS.md
Normal file
3
sale_credit_note_reversal/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,3 @@
|
||||
- Aaron Henriquez \<aaron.henriquez@forgeflow.com\>
|
||||
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
|
||||
- Bhavesh Heliconia
|
||||
11
sale_credit_note_reversal/readme/DESCRIPTION.md
Normal file
11
sale_credit_note_reversal/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,11 @@
|
||||
Allow to revert a credit note. Standard Odoo does not allow it. When
|
||||
reverting the credit note from the journal entry Standard Odoo does not
|
||||
link it to the Sales order, because the reversal is not an invoice. This
|
||||
module just ensure the reveral is a customer invoice, so it counts as
|
||||
invoice in the sales order.
|
||||
|
||||
This also serves when the posting credit notes by mistake. For example,
|
||||
when adding a negative quantity in the sale line and creating Odoo will
|
||||
actually create a credit note, then, if other lines with positive
|
||||
quantites are added nothing changes, and the invoice will be still a
|
||||
credit note.
|
||||
4
sale_credit_note_reversal/readme/ROADMAP.md
Normal file
4
sale_credit_note_reversal/readme/ROADMAP.md
Normal file
@@ -0,0 +1,4 @@
|
||||
An integration with sale_line_refund_to_invoice_qty module will be very
|
||||
useful. The reverted credit note does not add quantity to the
|
||||
qty_invoiced. The credit note does also not update the qty_to_invoice in
|
||||
the normal case, so at least this reversal is consistent.
|
||||
Reference in New Issue
Block a user