~unifield-team/unifield-wm/uftp-319

« back to all changes in this revision

Viewing changes to msf_outgoing/wizard/stock_partial_move_view.xml

  • Committer: chloups208
  • Date: 2011-06-30 14:54:26 UTC
  • mto: (307.2.1 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: chloups208@chloups208-laptop-20110630145426-qsj5j0pp3e5b23bc
[UF-53][UF-58][UF-63] initial commit

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="stock_move_memory_tree_out" model="ir.ui.view">
 
6
            <field name="name">stock.move.memory.tree</field>
 
7
            <field name="model">stock.move.memory.out</field>
 
8
            <field name="type">tree</field>
 
9
            <field name="inherit_id" ref="stock.stock_move_memory_tree_out" />
 
10
                        <field name="arch" type="xml">
 
11
                                <data>
 
12
                                
 
13
                                        <field name="product_id" position="replace">
 
14
                                                <field name="product_id" readonly="True" />
 
15
                                        </field>
 
16
                                        
 
17
                                        <field name="product_uom" position="replace">
 
18
                                                <field name="product_uom" readonly="True" />
 
19
                                        </field>
 
20
                                
 
21
                                        <field name="prodlot_id" position="after">
 
22
                                                <button name="split" string="Split" colspan="1" type="object" icon="terp-stock_effects-object-colorize" />
 
23
                                        </field>
 
24
                                
 
25
                                </data>
 
26
                        </field>
 
27
                </record>
 
28
        
 
29
    </data>
 
30
</openerp>