Pedro M. Baeza e1e1b7a0a6 [FIX+IMP] rma_sale: Link invoice/move line with origin sale line when refunding
Steps to reproduce:

- Create a sales order with an storable product with invoicing policy
  on delivered quantities.
- Confirm it and deliver the product.
- Invoice the order.
- Do an RMA, receive it, and refund it.

Result: the delivered quantity is 1 instead of 0.

This is because the refund generated from the RMA is not linked to
sales order line, nor the RMA reception move. This is done because
other operations are performed:

- Be replaced.
- Be changed by other product.

And we don't also want that meanwhile the RMA is being performed, the
sales order is pending to invoice.

But when the refund has been done, we have it clear, so let's link both
and have sales statistics correct.

FIX: We don't link the refund line with the sales order if the RMA
quantity is not the whole original move quantity. Otherwise, we will
have incoherente delivered/invoiced quantities on the sales order.

TT41645
2023-08-29 20:09:32 +02:00
2023-08-25 09:03:13 +02:00
2023-08-28 12:15:13 +00:00
2023-08-28 12:15:14 +00:00
2023-08-25 09:03:13 +02:00
2022-10-03 22:03:15 +02:00
2022-10-03 22:03:15 +02:00
2022-10-03 22:03:15 +02:00
2022-10-03 22:03:15 +02:00
2022-10-03 22:03:15 +02:00
2023-08-25 09:03:13 +02:00
2022-10-03 22:03:15 +02:00
2023-08-25 09:03:13 +02:00
2023-08-25 09:03:13 +02:00
2022-10-03 22:03:15 +02:00
2023-08-28 12:15:12 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

rma

TODO: add repo description.

Available addons

addon version maintainers summary
product_warranty 16.0.1.0.0 osi-scampbell max3903 Product Warranty
rma 16.0.1.0.0 pedrobaeza Return Merchandise Authorization (RMA)

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Description
Odoo for Return Merchandise Authorization (RMA)
Readme 19 MiB
Languages
Python 68.3%
HTML 29.4%
JavaScript 2.3%