~akretion-team/openerp-product-attributes/openerp-product-attributes

« back to all changes in this revision

Viewing changes to product_images/views/company_view.xml

  • Committer: nicolas.bessi at camptocamp
  • Author(s): guewenb-c2c
  • Date: 2013-02-06 09:12:47 UTC
  • mfrom: (196.2.9 7.0-product_images-migr)
  • Revision ID: nicolas.bessi@camptocamp.com-20130206091247-06537foux0hip1fd
[MRG] migration of product_images (previously product_images_olbs) to openerp 7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
1
2
<openerp>
2
3
    <data>
3
4
        <record model="ir.ui.view" id="view_company_form_product_images">
4
5
            <field name="name">res.company.form.inherit</field>
5
6
            <field name="model">res.company</field>
6
7
            <field name="inherit_id" ref="base.view_company_form"/>
7
 
            <field name="type">form</field>
8
8
            <field name="arch" type="xml">
9
 
                <notebook  position="inside">
10
 
                        <page string="Product images">
 
9
                <xpath expr="//page[@string='Configuration']/group[1]" position="inside">
 
10
                    <group name="product_images_grp" string="Product Images">
11
11
                        <field name="local_media_repository"/>
12
 
                    </page>
13
 
                </notebook>
 
12
                    </group>
 
13
                </xpath>
14
14
            </field>
15
15
        </record>
16
16
    </data>