Browse Source

[FIX] beesdoo_product: warning total_with_vat depends on itself

pull/141/head
Vincent Van Rossem 4 years ago
parent
commit
b88372cfb0
  1. 2
      beesdoo_product/models/beesdoo_product.py

2
beesdoo_product/models/beesdoo_product.py

@ -93,7 +93,7 @@ class BeesdooProduct(models.Model):
@api.one
@api.depends('taxes_id', 'list_price', 'taxes_id.amount',
'taxes_id.tax_group_id', 'total_with_vat',
'taxes_id.tax_group_id',
'display_weight', 'weight')
def _get_total(self):
consignes_group = self.env.ref('beesdoo_product.consignes_group_tax',

Loading…
Cancel
Save