This commit is contained in:
Alnus Tmp 2021-08-22 03:01:46 +00:00
parent d0c17a5472
commit 1e36d24995
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class PurchaseLine(metaclass=PoolMeta):
@fields.depends('product', 'unit', 'quantity', 'purchase',
'_parent_purchase.party', 'product_supplier',
'_parent_purchase.shop',
'_parent_purchase.shop', 'analytic_accounts',
methods=['_get_tax_rule_pattern', '_get_context_purchase_price'])
def on_change_product(self):
pool = Pool()