~initos.com/openerp-connector-magento/7.0-magentoerpconnect_options_active

« back to all changes in this revision

Viewing changes to magentoerpconnect_options_active_delisted/product_view.xml

  • Committer: Markus Schneider
  • Date: 2014-05-07 10:03:50 UTC
  • Revision ID: markus.schneider@initos.com-20140507100350-zitlyyifk0q65sme
add module for delisted options

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
 
 
5
        <record id="product_product_form_delisted" model="ir.ui.view">
 
6
            <field name="name">product.product.form.delisted</field>
 
7
            <field name="model">product.product</field>
 
8
            <field name="inherit_id" ref="product.product_normal_form_view" />
 
9
            <field name="arch" type="xml">
 
10
                <xpath expr="//label[@for='sale_ok']" position="after">
 
11
                    <field name="delisted" />
 
12
                    <label for="delisted"/>
 
13
                </xpath>
 
14
            </field>
 
15
        </record>
 
16
 
 
17
    </data>
 
18
</openerp>
 
 
b'\\ No newline at end of file'