Skip to content

Commit

Permalink
Merge PR #1476 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Feb 14, 2025
2 parents e0ce897 + 68b3278 commit 4339bfa
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions quality_control_oca/views/product_category_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,23 @@
<field name="inherit_id" ref="product.product_category_form_view" />
<field name="arch" type="xml">
<group name="first" position="after">
<t groups="quality_control_oca.group_quality_control_user">
<group name="qc" string="Quality control">
<field name="qc_triggers" nolabel="1">
<tree editable="bottom">
<field
name="trigger"
options="{'no_create': True, 'no_edit': True, 'no_open': True}"
/>
<field name="test" />
<field name="user" />
<field name="partners" widget="many2many_tags" />
</tree>
</field>
</group>
</t>
<group
name="qc"
string="Quality control"
groups="quality_control_oca.group_quality_control_user"
>
<field name="qc_triggers" nolabel="1" colspan="2">
<tree editable="bottom">
<field
name="trigger"
options="{'no_create': True, 'no_edit': True, 'no_open': True}"
/>
<field name="test" />
<field name="user" />
<field name="partners" widget="many2many_tags" />
</tree>
</field>
</group>
</group>
</field>
</record>
Expand Down

0 comments on commit 4339bfa

Please sign in to comment.