Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
- Aaron Henriquez \<aaron.henriquez@forgeflow.com\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
- Bhavesh Heliconia

View 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.

View 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.