mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] quality_control
Fixed Quality Control Trigger 'trigger' selector in Product Template and Product Category.
This commit is contained in:
committed by
Antoni Marroig Campomar
parent
3dff45b325
commit
58b336eadf
@@ -7,7 +7,7 @@
|
||||
|
||||
{
|
||||
"name": "Quality control",
|
||||
"version": "12.0.1.1.0",
|
||||
"version": "12.0.1.2.0",
|
||||
"category": "Quality control",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Generic infrastructure for quality tests.",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<group name="qc" string="Quality control">
|
||||
<field name="qc_triggers" nolabel="1">
|
||||
<tree string="Quality control triggers" editable="bottom">
|
||||
<field name="trigger" widget="selection" />
|
||||
<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" />
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<group name="qc" string="Quality control">
|
||||
<field name="qc_triggers" nolabel="1">
|
||||
<tree string="Quality control triggers" editable="bottom">
|
||||
<field name="trigger" widget="selection"/>
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user