~mikel-martin/openobject-addons/extra-5.0

« back to all changes in this revision

Viewing changes to product_variant_multi_advanced/product.xml

  • Committer: Alexis de Lattre
  • Date: 2011-05-03 13:58:20 UTC
  • Revision ID: alexis@via.ecp.fr-20110503135820-9zg1ahrom2ja0gqh
Adapt views of product_variant_multi_advanced following changes in product_variant_multi

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
            <field name="arch" type="xml">
16
16
                <data>
17
17
                    <group name="price" position="after">
18
 
                        <group name='sale description' colspan="2" col="2"> 
19
 
                            <separator string="Sale description" colspan="4"/>                 
 
18
                        <group name="sale description" colspan="2" col="2"> 
 
19
                            <separator string="Sale description" colspan="4"/>
20
20
                            <field name="description_sale" nolabel="1" attrs="{'readonly':[('is_multi_variants','=',True)]}"/>
21
21
                        </group>
22
22
                    </group>
51
51
        </record>
52
52
 
53
53
 
54
 
        
55
54
        <record id="view_product_template_variant_multi_advanced_form" model="ir.ui.view">
56
55
            <field name="name">view.product.template.variant.multi.advanced.product.variant.form</field>
57
56
            <field name="model">product.template</field>
58
57
            <field name="type">form</field>
59
 
            <field name="inherit_id" ref="product_variant_multi.product_template_form_view" />
 
58
            <field name="inherit_id" ref="product_variant_multi.product_variant_multi_product_template_form_view" />
60
59
            <field name="arch" type="xml">
61
60
                <button name="button_generate_product_code" position="after">
62
61
                    <button name="button_generate_product_sale_description" string="Build Sale Description ->" type="object" colspan="4"/>
63
62
                </button>
64
63
            </field>
65
64
        </record>
66
 
        
 
65
 
67
66
    </data>
68
67
</openerp>