Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jan 15, 2025
1 parent ca707ee commit f3eb876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_uom/models/product_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _default_uom_categ_domain_id(self):
)
qty = fields.Float(
compute="_compute_qty", inverse="_inverse_qty", store=True, readonly=False,
default=False
default="_compute_qty"
)

@api.depends("uom_id", "product_id", "product_id.uom_id")
Expand Down

0 comments on commit f3eb876

Please sign in to comment.