Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] quality_control: created new notebook page to avoid activate variants #325

Merged
merged 3 commits into from
Dec 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quality_control/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{
"name": "Quality control",
"version": "11.0.1.0.0",
"version": "11.0.1.1.0",
"category": "Quality control",
"license": "AGPL-3",
"summary": "Generic infrastructure for quality tests.",
Expand Down
5 changes: 3 additions & 2 deletions quality_control/views/product_template_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<field name="name">product.template.qc</field>
<field name="model">product.template</field>
<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">
<xpath expr="//page[2]" position="inside">
<page name="inventory" position="inside">
<group name="qc" string="Quality control">
<field name="qc_triggers" nolabel="1">
<tree string="Quality control triggers" editable="bottom">
Expand All @@ -23,7 +24,7 @@
</tree>
</field>
</group>
</xpath>
</page>
</field>
</record>

Expand Down