~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to bom_customization/bom_customization_view.xml

  • Committer: Fabien Pinckaers
  • Date: 2009-04-03 06:41:23 UTC
  • mfrom: (3598.3.43 trunk-extra-addons)
  • Revision ID: fp@tinyerp.com-20090403064123-ccsg8hp3k3rxodeu
adding_fermedusart_modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                        <field name="arch" type="xml">
69
69
                                <xpath expr="/form/notebook" position="inside">
70
70
                                        <page string="Customization">
71
 
                                                <field name="bom_customizations" widget="many2many">
 
71
                                                <field name="bom_customization_keys" widget="many2many">
72
72
                                                        <tree string="BoM Customizations" editable="bottom">
73
 
                                                                <field name="customization_key_id"/>
74
 
                                                                <field name="customization_value_id"/>
 
73
                                                                <field name="group_id"/>
 
74
                                                                <field name="name"/>
75
75
                                                        </tree>
76
76
                                                </field>
77
77
                                        </page>