Skip to content

Commit

Permalink
[IMP] joint_buying_product: Add tracking on order amount. however, it…
Browse files Browse the repository at this point in the history
… doesn't look to work for V12, but we hope it will work in V16. See: odoo/odoo#31301
  • Loading branch information
legalsylvain committed Sep 26, 2024
1 parent 96885cd commit 6ce79d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joint_buying_product/models/joint_buying_purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class JointBuyingPurchaseOrder(models.Model):
amount_untaxed = fields.Float(
string="Total Untaxed Amount",
compute="_compute_amount",
track_visibility=True,
store=True,
digits=dp.get_precision("Product Price"),
)
Expand Down

0 comments on commit 6ce79d7

Please sign in to comment.