-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] sale_invoice_policy: Improve README
- Loading branch information
1 parent
f8ec895
commit dd6f488
Showing
7 changed files
with
131 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Go to Sale > Configuration > Settings > Sale Invoice Policy | ||
* Choose the one that fits your needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
In Odoo, products have their own invoicing policy that can be: | ||
|
||
- Invoicing on ordered quantities | ||
- Invoicing on ordered quantities | ||
|
||
Following that configuration, when trying to create invoices from | ||
sale orders, each line of product will apply its invoicing policy. | ||
|
||
In some cases, user needs to apply an invoicing policy on a whole | ||
sale order. | ||
|
||
The solution proposed here is to add an invoicing policy on | ||
sale order level. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
This modules helps to get Invoicing Policy on Sale Order Level without | ||
breaking behaviour (as it is defined from >= v10 on product level). | ||
This module adds an invoicing policy on sale order level in order to | ||
apply that invoicing policy on the whole sale order. | ||
|
||
That invoicing policy can take three values: | ||
|
||
- Products Invoicing Policy: The sale order will follow the standard | ||
behavior and apply the policy depending on products configurations. | ||
- Ordered Quantities: The sale order will invoice the ordered quantities. | ||
- Delivered Quantities: The sale order will invoice the delivered quantities. | ||
|
||
Following the chosen policy, the quantity to invoice and the | ||
amount to invoice on each line will be computed accordingly. | ||
|
||
You will be able also to define a default invoicing policy | ||
(globally per company) | ||
that can be different than the default invoicing policy for new products. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
* Create Sale Order | ||
* Select Invoicing Policy on Sale Order or let it void | ||
* Either the policy selected on Sale Order would be used, either if not | ||
filled in, the policy would be chosen from product configuration | ||
* Select Invoicing Policy on Sale Order or let it on Products Invoicing Policy | ||
* The created invoices will use the configuration on sale order. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters