Create view fields of product
This commit is contained in:
parent
e829b2507d
commit
4456a42cfd
27
product.xml
27
product.xml
@ -2,19 +2,16 @@
|
|||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tryton>
|
<tryton>
|
||||||
<data>
|
<data>
|
||||||
<record model="ir.ui.view" id="template_view_form">
|
<record model="ir.ui.view" id="template_view_form">
|
||||||
<field name="model">produc.template</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit" ref="product.template_view_form"/>
|
<field name="inherit" ref="product.template_view_form"/>
|
||||||
<field name="name">product_template_form</field>
|
<field name="name">template_form</field>
|
||||||
</record>
|
</record>
|
||||||
<record model="ir.ui.view" id="template_view_tree">
|
<record model="ir.ui.view" id="template_view_tree">
|
||||||
<field name="model">product.template</field>
|
<field name="model">product.template</field>
|
||||||
<field name="inherit" ref="product.template_view_tree"/>
|
<field name="inherit" ref="product.template_view_tree"/>
|
||||||
<field name="name">product_template_tree</field>
|
<field name="name">template_tree</field>
|
||||||
</record>
|
</record>
|
||||||
</data>
|
</data>
|
||||||
</tryton>
|
</tryton>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
|
<form col="6">
|
||||||
|
<notebook colspan="6">
|
||||||
|
<page string="Features" id="features">
|
||||||
|
<label name="risk"/>
|
||||||
|
<field name="risk"/>
|
||||||
|
<label name="use"/>
|
||||||
|
<field name="use"/>
|
||||||
|
<label name="biomedical_class"/>
|
||||||
|
<field name="biomedical_class"/>
|
||||||
|
<label name="main_tecnology"/>
|
||||||
|
<field name="main_tecnology"/>
|
||||||
|
</page>
|
||||||
|
</notebook>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user