Skip to content

Commit

Permalink
Merge PR OCA#1320 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Aug 7, 2024
2 parents c9c42a3 + e6891aa commit fb5a054
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="model">project.stock.product.set.wizard</field>
<field name="arch" type="xml">
<form>
<group name="main" colspan="4">
<group name="main">
<field name="task_id" invisible="context.get('default_task_id')" />
<field name="partner_id" invisible="1" />
<field
Expand All @@ -14,11 +14,11 @@
/>
<field name="quantity" />
</group>
<group name="lines" colspan="4">
<group name="lines">
<field
name="product_set_line_ids"
nolabel="1"
colspan="4"
colspan="2"
domain="[('product_set_id', '=', product_set_id)]"
>
<tree>
Expand Down

0 comments on commit fb5a054

Please sign in to comment.