← Back to team overview

openerp-community team mailing list archive

lp:~akretion-team/openerp-product-attributes/openerp-product-attributes-editable-views into lp:openerp-product-attributes

 

Benoit Guillot - http://www.akretion.com has proposed merging lp:~akretion-team/openerp-product-attributes/openerp-product-attributes-editable-views into lp:openerp-product-attributes.

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

For more details, see:
https://code.launchpad.net/~akretion-team/openerp-product-attributes/openerp-product-attributes-editable-views/+merge/169235

This merge proposal changes the tree views of the object attribute_location in the attribute_group views to editable.

For now there are only two fields so it seems more convinient, but maybe if there are more fields it's not the best solution.
-- 
https://code.launchpad.net/~akretion-team/openerp-product-attributes/openerp-product-attributes-editable-views/+merge/169235
Your team OpenERP Community is subscribed to branch lp:openerp-product-attributes.
=== modified file 'product_custom_attributes/product_attribute_view.xml'
--- product_custom_attributes/product_attribute_view.xml	2013-02-11 22:58:10 +0000
+++ product_custom_attributes/product_attribute_view.xml	2013-06-13 15:36:37 +0000
@@ -28,8 +28,9 @@
                                     <field name="attribute_id" />
                                     <field name="sequence" />
                                 </form>
-                                <tree string="Attribute Location">
+                                <tree string="Attribute Location" editable="top">
                                     <field name="attribute_id" />
+                                    <field name="sequence" />
                                 </tree>
                             </field>
                         </form>
@@ -54,8 +55,9 @@
                             <field name="attribute_id" />
                             <field name="sequence" />
                         </form>
-                        <tree string="Attribute Location">
+                        <tree string="Attribute Location" editable="top">
                             <field name="attribute_id" />
+                            <field name="sequence" />
                         </tree>
                     </field>
                 </form>


Follow ups