mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] quality_control: created new notebook page to avoid activate variants + permissions (#325)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Quality control",
|
"name": "Quality control",
|
||||||
"version": "11.0.1.0.0",
|
"version": "11.0.1.1.0",
|
||||||
"category": "Quality control",
|
"category": "Quality control",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"summary": "Generic infrastructure for quality tests.",
|
"summary": "Generic infrastructure for quality tests.",
|
||||||
|
|||||||
@@ -11,8 +11,9 @@
|
|||||||
<field name="name">product.template.qc</field>
|
<field name="name">product.template.qc</field>
|
||||||
<field name="model">product.template</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
<field name="inherit_id" ref="product.product_template_only_form_view"/>
|
||||||
|
<field name="groups_id" eval="[(4, ref('quality_control.group_quality_control_user'))]" />
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//page[2]" position="inside">
|
<page name="inventory" position="inside">
|
||||||
<group name="qc" string="Quality control">
|
<group name="qc" string="Quality control">
|
||||||
<field name="qc_triggers" nolabel="1">
|
<field name="qc_triggers" nolabel="1">
|
||||||
<tree string="Quality control triggers" editable="bottom">
|
<tree string="Quality control triggers" editable="bottom">
|
||||||
@@ -23,7 +24,7 @@
|
|||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
</group>
|
</group>
|
||||||
</xpath>
|
</page>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user