Merge lp:~0s/openerp-product-variant/openerp-product-variant into lp:openerp-product-variant/trunk

Proposed by Mathieu Stumpf
Status: Needs review
Proposed branch: lp:~0s/openerp-product-variant/openerp-product-variant
Merge into: lp:openerp-product-variant/trunk
Diff against target: 20 lines (+3/-6)
1 file modified
product_variant_multi_advanced/product.xml (+3/-6)
To merge this branch: bzr merge lp:~0s/openerp-product-variant/openerp-product-variant
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp Needs Resubmitting
Review via email: mp+213423@code.launchpad.net

Description of the change

Adapts the multi-advanced product.xml to product_variant_form_view changes made to the product_variant_multi module with the OpenERP v.7 compatibility.

Note that it make the advanced module run again, however one may want to change the layout.

To post a comment you must log in.
Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

Hello,

The management of the project has moved to Github: https://github.com/OCA/product-variant

Please migrate your merge proposal to Github. You may want to check https://github.com/OCA/maintainers-tools/wiki/How-to-move-a-Merge-Proposal-to-GitHub for an explanation on how to proceed.

Thanks for contributing to the project

review: Needs Resubmitting

Unmerged revisions

195. By Mathieu Stumpf

[FIX] Adapts the multi-advanced product.xml to product_variant_form_view changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'product_variant_multi_advanced/product.xml'
--- product_variant_multi_advanced/product.xml 2012-03-30 12:50:17 +0000
+++ product_variant_multi_advanced/product.xml 2014-03-31 09:22:25 +0000
@@ -15,13 +15,10 @@
15 <field name="inherit_id" ref="product_variant_multi.product_variant_form_view" />15 <field name="inherit_id" ref="product_variant_multi.product_variant_form_view" />
16 <field name="arch" type="xml">16 <field name="arch" type="xml">
17 <data>17 <data>
18 <page string="Lots" position="after">18 <field name="active" position="after">
19 <page string="Descriptions">19 <label for="description_sale" string="description sale:" />
20 <separator string="Sale description" colspan="4"/>
21 <field name="description_sale" nolabel="1" attrs="{'readonly':[('is_multi_variants','=',True)]}"/>20 <field name="description_sale" nolabel="1" attrs="{'readonly':[('is_multi_variants','=',True)]}"/>
22 </page>21 </field>
23 </page>
24
25 <field name="name" position="replace">22 <field name="name" position="replace">
26 <field name="name" select="1" attrs="{'required':[('is_multi_variants','=',False)], 'readonly':[('is_multi_variants','=',True)]}"/>23 <field name="name" select="1" attrs="{'required':[('is_multi_variants','=',False)], 'readonly':[('is_multi_variants','=',True)]}"/>
27 <field name="is_multi_variants" invisible="True"/>24 <field name="is_multi_variants" invisible="True"/>

Subscribers

People subscribed via source and target branches