~magentoerpconnect-core-editors/magentoerpconnect/oerp6.1-stable

« back to all changes in this revision

Viewing changes to magentoerpconnect/sale_view.xml

  • Committer: sebastien beau
  • Date: 2012-08-14 09:18:30 UTC
  • Revision ID: sebastien.beau@akretion.com.br-20120814091830-l40mw53xers7wyai
[FIX] magentoerpconnect : fix view due to change done in base_sale_multichannels

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                        <field name="type">form</field>
11
11
                        <field name="arch" type="xml">
12
12
                                <data>
13
 
                                        <field name="exportable_root_category_ids" position="replace">
14
 
                                                <field name="exportable_root_category_ids" invisible="1" />
15
 
                                        </field>
16
13
                                        <field name="referential_id" position="replace">
17
14
                                                <field name="referential_id" attrs="{'readonly': [('magento_shop','=',True)]}"/>        
18
15
                                        </field>