Skip to content

Commit

Permalink
[IMP] sale_order_type_invoice_policy: readme update
Browse files Browse the repository at this point in the history
closes #669

Signed-off-by: matiasperalta1 <mnp@adhoc.com.ar>
  • Loading branch information
jok-adhoc committed Jun 26, 2023
1 parent 61ca5a4 commit 59e1e63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sale_order_type_invoice_policy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Sale Order Type Invoicing Policy

Add to sale order type invoice policy field with possible values:

* Defined by Product: default odoo behaviour, invoice qty will be computed considering product configuration.
* Ordered quantities: overwrites product behaviour so that all lines are considered as "ordered quantities" no matter product configuration, once order is confirmed all products should be invoiced.
* Before Delivery: similar than ordered quantities but it requires a pay invoice for every line before order confirmation.
* This module is also integrated with sale_usability_return_invoicing so that returns for "Before Delivery" or "Ordered quantities" can be returned.
#. Defined by Product: default odoo behaviour, invoice qty will be computed considering product configuration.
#. Prepaid- Block Reserve and Delivery: They cannot reserve or deliver products until the invoice for the total has been created and is fully paid.
#. Prepaid- Block Delivery: They cannot deliver products until the invoice for the total has been created and is fully paid.
#. Ordered quantities: overwrites product behaviour so that all lines are considered as "ordered quantities" no matter product configuration, once order is confirmed all products should be invoiced.
#. Before Delivery: similar than ordered quantities but it requires a pay invoice for every line before order confirmation.
#. This module is also integrated with sale_usability_return_invoicing so that returns for "Before Delivery" or "Ordered quantities" can be returned.

Installation
============
Expand Down

0 comments on commit 59e1e63

Please sign in to comment.