~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to delivery_mechanism/delivery_mechanism_view.xml

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<openerp>
3
 
    <data>
4
 
                
5
 
                <record id="view_picking_ticket_form" model="ir.ui.view">
6
 
            <field name="name">picking.ticket.form</field>
7
 
            <field name="model">stock.picking</field>
8
 
            <field name="type">form</field>
9
 
            <field name="inherit_id" ref="msf_outgoing.view_picking_ticket_form" />
10
 
            <field name="arch" type="xml">
11
 
                <data>
12
 
                
13
 
                        <xpath expr="//tree[@string='Stock Moves']//field[@name='product_id']" position="before">
14
 
                                                <field name="line_number" />
15
 
                                        </xpath>
16
 
                
17
 
                </data>
18
 
            </field>
19
 
        </record>
20
 
        
21
 
        <record id="view_ppl_form" model="ir.ui.view">
22
 
            <field name="name">ppl.form</field>
23
 
            <field name="model">stock.picking</field>
24
 
            <field name="type">form</field>
25
 
            <field name="inherit_id" ref="msf_outgoing.view_ppl_form" />
26
 
            <field name="arch" type="xml">
27
 
                <data>
28
 
                
29
 
                        <xpath expr="//tree[@string='Stock Moves']//field[@name='product_id']" position="before">
30
 
                                                <field name="line_number" />
31
 
                                        </xpath>
32
 
                
33
 
                </data>
34
 
            </field>
35
 
        </record>
36
 
            
37
 
    </data>
38
 
</openerp>