-
- Downloads
[FIX] account_analytic_default: disable on receivable/payable when comes from partner
Issue
- Install "Accounting" and "Account Analytic Defaults".
- Create an Analytic Tag and use the distribution (eg.: 60/40)
- Create an Analytic Defaults for a specific partner.
with the Analytc tag just created.
- Create a bill, select the the same partner as the Analytic Defaults and
add a new Invoice Line with a price (eg.: 1000).
The tag is applied to the payable account, which is
wrong and it leads to an analytic inconsistency.
Cause
In odoo 13 we are using single model for both the invoice and for journal entries.
Solution
Apply analytic tags only on move lines not excluded from invoice tab.
opw-2269757
closes odoo/odoo#54137
Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment