~camptocamp/openerp-connector-magento/7.0-magentoerpconnect-handle-shipping-tax-in-tax_included-context-rde

« back to all changes in this revision

Viewing changes to magentoerpconnect/magento_model_view.xml

  • Committer: Guewen Baconnier
  • Date: 2013-08-15 08:01:46 UTC
  • Revision ID: guewen.baconnier@camptocamp.com-20130815080146-vpsxt47gtwxf1a4d
[IMP] help message in sale_prefix, example of prefix in the placeholder, display of the backend's name

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                    <sheet>
17
17
                        <label for="name" class="oe_edit_only"/>
18
18
                        <h1>
19
 
                            <field name="name" />
 
19
                            <field name="name" class="oe_inline" />
20
20
                        </h1>
21
21
                        <group name="magento" string="Magento Configuration">
22
22
                            <group colspan="4" col="4">
111
111
                                <group>
112
112
                                    <field name="default_lang_id" widget="selection"/>
113
113
                                    <field name="default_category_id"/>
114
 
                                    <field name="sale_prefix" placeholder="Prefix added before the sales order name during sales orders import." />
 
114
                                    <field name="sale_prefix" placeholder="mag-" />
115
115
                                    <field name="product_stock_field_id" widget="selection"
116
116
                                        domain="[('model', 'in', ['product.product', 'product.template']), ('ttype', '=', 'float')]"/>
117
117
                                </group>