~zaber/openobject-addons/stable_5.0-extra-addons

« back to all changes in this revision

Viewing changes to c2c_magento_product_link/shop_view.xml

  • Committer: nicolas.bessi at camptocamp
  • Date: 2010-10-18 07:28:48 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20101018072848-k0wckll0tjwfihz9
[ADD] c2c_magento_product_link

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record model="ir.ui.view" id="base_sale_multichannels_view_shop_form_inherit">
 
5
            <field name="name">base_sale_multichannels_view_shop_form_inherit</field>
 
6
            <field name="model">sale.shop</field>
 
7
            <field name="inherit_id" ref="sale.view_shop_form" />
 
8
            <field name="type">form</field>
 
9
            <field name="arch" type="xml">
 
10
                <field  name="last_products_export_date" position="after">
 
11
                    <group col="4" colspan="4">
 
12
                        <button name="export_link" string="Export product link informations" type="object" />
 
13
                        <field name="last_product_link_export" />
 
14
                    </group>
 
15
                </field>
 
16
            </field>
 
17
        </record>
 
18
        <record model="ir.ui.view" id="base_sale_multichannels_view_shop_core_form_inherit">
 
19
            <field name="name">base_sale_multichannels_view_shop_core_form_inherit</field>
 
20
            <field name="model">external.referential</field>
 
21
            <field name="inherit_id" ref="magentoerpconnect.magerp_instances_form" />
 
22
            <field name="type">form</field>
 
23
            <field name="arch" type="xml">
 
24
                <button name="sync_products" string="6 - Import Products" colspan="2" type="object" position="after">
 
25
                        <button name="import_link" colspan="2" string="7 import product link informations !!import is destructive" type="object" />
 
26
                </button>
 
27
            </field>
 
28
        </record>
 
29
 
 
30
    </data>
 
31
</openerp>
 
 
b'\\ No newline at end of file'