Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jan 16, 2025
1 parent c5cb531 commit 6905287
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 @@ -34,7 +34,7 @@ def _default_uom_categ_domain_id(self):
comodel_name="uom.category",
)
qty = fields.Float(
compute="_compute_qty", inverse="_inverse_qty", store=True, readonly=False,
compute="_compute_qty", store=True, readonly=False,
default=False
)

Expand Down

0 comments on commit 6905287

Please sign in to comment.