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

« back to all changes in this revision

Viewing changes to delivery_mechanism/delivery_mechanism_view.xml

  • Committer: chloups208
  • Date: 2011-09-07 12:58:12 UTC
  • mto: (307.2.1 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: chloups208@chloups208-laptop-20110907125812-dsb1jt93ae6bgfe2
[UF-390]pro forma invoice + shipment object refactoring + pack family object refactoring

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>