-
-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
product_analytic_sale:correct spelling mitake
- Loading branch information
1 parent
b366a1d
commit 75ac5f8
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
This module is a glue module between the modules **product_analytic** and **sale**. | ||
|
||
The module **product_analytic** inherits the *create()* method of account.move.line to add the Analytic Account depending on the Product. But it is not enough in some specific scenarios: for exemple, if you have *Analytic Policy* set to *Required* on Revenue accounts and you have a sale tax configured with a revenue account and with the option *Include in Analytic Cost* enabled, then Odoo will not allow to create the invoice from a sale order. This module solves this issue by inheriting the method *_prepare_invoice_line()* of the sale order line. | ||
The module **product_analytic** inherits the *create()* method of account.move.line to add the Analytic Account depending on the Product. But it is not enough in some specific scenarios: for example, if you have *Analytic Policy* set to *Required* on Revenue accounts and you have a sale tax configured with a revenue account and with the option *Include in Analytic Cost* enabled, then Odoo will not allow to create the invoice from a sale order. This module solves this issue by inheriting the method *_prepare_invoice_line()* of the sale order line. |
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