Skip to content

Commit

Permalink
product_analytic_sale:correct spelling mitake
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Mar 20, 2023
1 parent b366a1d commit 75ac5f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion product_analytic_sale/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Product Analytic Sale

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.

**Table of contents**

Expand Down
2 changes: 1 addition & 1 deletion product_analytic_sale/readme/DESCRIPTION.rst
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.
2 changes: 1 addition & 1 deletion product_analytic_sale/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ <h1 class="title">Product Analytic Sale</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-analytic/tree/14.0/product_analytic_sale"><img alt="OCA/account-analytic" src="https://img.shields.io/badge/github-OCA%2Faccount--analytic-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-product_analytic_sale"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/87/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module is a glue module between the modules <strong>product_analytic</strong> and <strong>sale</strong>.</p>
<p>The module <strong>product_analytic</strong> inherits the <em>create()</em> 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 <em>Analytic Policy</em> set to <em>Required</em> on Revenue accounts and you have a sale tax configured with a revenue account and with the option <em>Include in Analytic Cost</em> enabled, then Odoo will not allow to create the invoice from a sale order. This module solves this issue by inheriting the method <em>_prepare_invoice_line()</em> of the sale order line.</p>
<p>The module <strong>product_analytic</strong> inherits the <em>create()</em> 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 <em>Analytic Policy</em> set to <em>Required</em> on Revenue accounts and you have a sale tax configured with a revenue account and with the option <em>Include in Analytic Cost</em> enabled, then Odoo will not allow to create the invoice from a sale order. This module solves this issue by inheriting the method <em>_prepare_invoice_line()</em> of the sale order line.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down

0 comments on commit 75ac5f8

Please sign in to comment.