~therp-nl/magentoerpconnect/6.1-future

« back to all changes in this revision

Viewing changes to magentoerpconnect/product_view.xml

  • Committer: Sébastien Beau
  • Date: 2012-12-07 13:50:28 UTC
  • Revision ID: sebastien.beau@akretion.com-20121207135028-3xgobb7m01auj8ne
[IMP] magentoerpconnect: add the posibility to manage the option for stock directly from OpenERP

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
                        <field name="default_code" select="2" attrs="{'required':[('magento_exportable','==',True)]}"/>
282
282
                        <field name="product_type" select="2" attrs="{'required':[('magento_exportable','==',True)]}"/>
283
283
                        <field name="mag_manage_stock" select="2" attrs="{'required':[('magento_exportable','==',True)]}"/>
 
284
                        <field name="mag_manage_stock_shortage" select="2" attrs="{'required':[('magento_exportable','==',True)]}"/>
284
285
                        <field name="magento_exportable"/>
285
286
                        <field name="magento_exported" invisible="1" />
286
287
                    </group>