Skip to content

Commit

Permalink
Merge PR OCA#3200 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jun 20, 2024
2 parents d646fc3 + e15b88b commit adbb48a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
name="secondary_uom_id"
domain="[('product_tmpl_id', '=', product_tmpl_id)]"
attrs="{'readonly': [('product_uom_readonly', '=', True)]}"
optional="show"
/>
<field
name="secondary_uom_qty"
attrs="{'invisible': [('secondary_uom_id', '=', False)]}"
widget="numeric_step"
optional="show"
/>
</xpath>
<xpath
Expand Down

0 comments on commit adbb48a

Please sign in to comment.