~gbaconnier-c2c/magentoerpconnect/magentoerpconnectv6-c2c

« back to all changes in this revision

Viewing changes to sale_view.xml

  • Committer: Raphaël Valyi
  • Date: 2011-01-18 17:37:25 UTC
  • Revision ID: rvalyi@gmail.com-20110118173725-4l9697j9c3z6rkn1
[IMP] added sale.shop parameter flags to choose if magentoerpconnect can update Magento order status on Magento and if it should send emails in those cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                                        <page string="Magento Information">
62
62
                                                <field name="magento_shop" />
63
63
                                                <field name="auto_import" />
 
64
                                                <field name="allow_magento_order_status_push" />
 
65
                                                <field name="allow_magento_notification" attrs="{'invisible':[('allow_magento_order_status_push','=',False)]}"/>
64
66
                                        </page>
65
67
                                </xpath>
66
68
                        </field>