Product Training Group

This commit is contained in:
resteve 2015-04-15 09:42:08 +02:00
parent c4fa123711
commit 90f60edd0b
1 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,15 @@
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<!-- Groups -->
<record model="res.group" id="group_product_training">
<field name="name">Product Training</field>
</record>
<record model="res.user-res.group" id="user_admin_group_product_training">
<field name="user" ref="res.user_admin"/>
<field name="group" ref="group_product_training"/>
</record>
<!-- product.template -->
<record model="ir.ui.view" id="template_view_form">
<field name="model">product.template</field>
@ -53,6 +62,10 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<menuitem parent="product.menu_main_product" sequence="1" id="menu_training_template"
action="act_training_template_form"/>
<record model="ir.ui.menu-res.group" id="menu_product_esale_group_product_esale">
<field name="menu" ref="menu_training_template"/>
<field name="group" ref="group_product_training"/>
</record>
<!-- product.product -->
<record model="ir.ui.view" id="training_product_view_tree">