~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to product_variant_multi/product_variant_multi.xml

  • Committer: Fabien Pinckaers
  • Date: 2009-02-24 15:03:08 UTC
  • mfrom: (3561.7.14 trunk-extra-addons)
  • Revision ID: fp@tinyerp.com-20090224150308-9cbcmg9rpjrwvi9b
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
                                </xpath>
169
169
                        </field>
170
170
                </record>
171
 
                
172
 
                
173
 
                <record id="product_variant_multi.product_normal_form_view" model="ir.ui.view">
174
 
                        <field name="name">product_variant_multi.product.normal.form</field>
175
 
                        <field name="model">product.product</field>
176
 
                        <field name="type">form</field>
177
 
                        <field name="inherit_id" ref="product.product_normal_form_view" />
178
 
                        <field name="arch" type="xml">
179
 
                                <xpath expr="/form/notebook" position="inside">
180
 
                                        <page string="Variant">
181
 
            <field name="product_tmpl_id" select="1"/>
182
 
            <field name="active" select="1"/>
183
 
            <field name="variants" select="1" string="Variant Code"/>
184
 
            <field name="default_code" select="1"/>
185
 
            <field name="price_margin" select="1"/>
186
 
            <field name="price_extra" select="1"/>
187
 
                                                <field name="dimension_value_ids" context="{'product_tmpl_id':product_tmpl_id}"/>
188
 
                                        </page>
189
 
                                </xpath>
190
 
                        </field>
191
 
                </record>
192
 
 
193
 
 
194
171
 
195
172
 
196
173
                <record id="product_variant_multi.product_product_form_view" model="ir.ui.view">