|
@@ -54,7 +54,7 @@
|
|
|
<field name="model">product.template</field>
|
|
|
<field name="inherit_id" ref="product.product_template_form_view" />
|
|
|
<field name="arch" type="xml">
|
|
|
- <field name="active" position="after">
|
|
|
+ <field name="type" position="after">
|
|
|
<field name="product_genre_id" options="{'no_create':True,'no_open':True}"/>
|
|
|
</field>
|
|
|
</field>
|
|
@@ -67,6 +67,6 @@
|
|
|
<field name="view_mode">tree,form</field>
|
|
|
</record>
|
|
|
|
|
|
- <menuitem name="Administrar Generos" id="menu_product_genre" action="action_product_genre" parent="base.menu_product"/>
|
|
|
+ <menuitem name="menu_product_genre" id="menu_product_genre" action="action_product_genre" parent="base.menu_product" string="Administrar Generos"/>
|
|
|
</data>
|
|
|
</openerp>
|