~savoirfairelinux-openerp/openobject-addons/7.0_stock-merge-picking

« back to all changes in this revision

Viewing changes to stock_merge_picking_sale/view/stock_view.xml

  • Committer: Marco Dieckhoff
  • Date: 2011-05-17 14:58:07 UTC
  • mfrom: (44.1.6 OpenERP_common_modules)
  • Revision ID: marco.dieckhoff@bremskerl.de-20110517145807-5gxr6sxmucb3myvt
added stock_picking_clientorderref_premerge; updated survey_change_response_user; minor fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                        <field name="inherit_id" ref="stock.view_picking_in_form" />
41
41
                        <field name="arch" type="xml">
42
42
                                <xpath
43
 
                                        expr="//form/notebook/page[@string='Products']/field[@name='move_lines']/tree/field[@name='location_dest_id']"
 
43
                                        expr="//form/notebook/page[@string='General Information']/field[@name='move_lines']/tree/field[@name='location_dest_id']"
44
44
                                        position="before">
45
45
                                        <field name="premerge_sale_id" string="Sales Order" />
46
46
                                </xpath>