← Back to team overview

openerp-community team mailing list archive

lp:~mathieu-julius/openerp-product-attributes/openerp-product-attributes-categ-view-inherit into lp:openerp-product-attributes

 

Mathieu Vatel - Julius Network Solutions has proposed merging lp:~mathieu-julius/openerp-product-attributes/openerp-product-attributes-categ-view-inherit into lp:openerp-product-attributes.

Requested reviews:
  Product Core Editors (product-core-editors)

For more details, see:
https://code.launchpad.net/~mathieu-julius/openerp-product-attributes/openerp-product-attributes-categ-view-inherit/+merge/173902

Make the module product_categ_attributes installable because a view was wrongly inherited
-- 
https://code.launchpad.net/~mathieu-julius/openerp-product-attributes/openerp-product-attributes-categ-view-inherit/+merge/173902
Your team OpenERP Community is subscribed to branch lp:openerp-product-attributes.
=== modified file 'product_categ_attributes/product_view.xml'
--- product_categ_attributes/product_view.xml	2013-03-07 04:43:31 +0000
+++ product_categ_attributes/product_view.xml	2013-07-10 10:14:58 +0000
@@ -30,7 +30,7 @@
         <record id="attribute_group_form_view" model="ir.ui.view">
             <field name="name">attribute.group.form</field>
             <field name="model">attribute.group</field>
-            <field name="inherit_id" ref="product_custom_attributes.attribute_group_form_view" />
+            <field name="inherit_id" ref="base_custom_attributes.attribute_group_form_view" />
             <field name="arch" type="xml">
                     <field name="attribute_set_id" position="replace">
                     </field>


Follow ups