~anna-g/micronaet/anna

« back to all changes in this revision

Viewing changes to amazon_product_merger_c1/merger_views.xml

  • Committer: Anna Micronaet
  • Date: 2013-07-18 09:08:36 UTC
  • Revision ID: anna@micronaet.it-20130718090836-ssmst48rrnvcd69w
Tolti tutti i moduli

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<openerp>
3
 
  <data>
4
 
    <!-- INHERIT -->
5
 
    <record model="ir.ui.view" id="view_product_product_amazon_substitution_form">
6
 
            <field name="name">Amazon product substitution</field>
7
 
            <field name="model">product.product</field>
8
 
            <field name="inherit_id" ref="amazon_product_merger.view_product_product_amazon_form"/>
9
 
            <field name="type">form</field>
10
 
            <field name="arch" type="xml">
11
 
               <!--<field name="amazon_mig_description" position="replace">
12
 
                   <field name="description_sale" colspan="4" nolabel="1" />
13
 
               </field>-->
14
 
               <!--<field name="amazon_mig_length" position="replace">
15
 
                   <field name="length" />
16
 
               </field>
17
 
               <field name="amazon_mig_width" position="replace">
18
 
                   <field name="width" />
19
 
               </field>
20
 
               <field name="amazon_mig_height" position="replace">
21
 
                   <field name="height" />
22
 
               </field>-->
23
 
               <field name="amazon_mig_volume" position="replace">
24
 
                   <field name="volume" />
25
 
               </field>
26
 
               <field name="amazon_mig_weight" position="replace">
27
 
                   <field name="weight_net" />
28
 
               </field> 
29
 
               
30
 
               <!--<field name="amazon_mig_keywords" position="replace">
31
 
                   <field name="k2_extra_field_search" colspan="4" nolabel="1" />
32
 
               </field>-->
33
 
               
34
 
               <!--<field name="amazon_mig_q_x_pack" position="replace">
35
 
                   <field name="q_x_pack" string="Q. per pack (from Mexal)" readonly="1" />
36
 
               </field>-->
37
 
 
38
 
               <!--<group name="preview" position="inside">
39
 
                    <separator string="Preview:"/>
40
 
                    <field name="web_image_preview" widget="image" colspan="4" nolabel="1" string="Preview" img_width="300"  width="300" />
41
 
                    <button name="button_replicate_parent" string="Update child" type="object" />
42
 
               </group>-->
43
 
            </field>
44
 
    </record>
45
 
  </data>
46
 
</openerp>