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

« back to all changes in this revision

Viewing changes to specific_locations/specific_locations_view.xml

  • Committer: Quentin THEURET
  • Date: 2012-07-02 11:32:23 UTC
  • mto: This revision was merged to the branch mainline in revision 939.
  • Revision ID: qt@tempo-consulting.fr-20120702113223-31o4ifxt14cos2oe
UF-1149 [IMP] Outgoing delivery & moves : Rework form view

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            </field>
83
83
        </record>
84
84
                
85
 
                <!-- MOVED TO SPECIFIC_RULES
86
 
                <record id="view_picking_out_form" model="ir.ui.view">
87
 
            <field name="name">stock.picking.out.form</field>
88
 
            <field name="model">stock.picking</field>
89
 
            <field name="type">form</field>
90
 
            <field name="inherit_id" ref="stock.view_picking_out_form" />
91
 
            <field name="arch" type="xml">
92
 
                        <data>
93
 
                
94
 
                        <xpath expr="//form[@string='Stock Moves']//field[@name='location_id']" position="replace">
95
 
                                                <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False)]" />
96
 
                        </xpath>
97
 
                        
98
 
                </data>
99
 
            </field>
100
 
                </record>
101
 
                -->
102
 
                
103
85
                <record id="view_move_form_reception_picking" model="ir.ui.view">
104
86
            <field name="name">view.move.form.reception.picking</field>
105
87
            <field name="model">stock.move</field>