~unifield-team/unifield-wm/us-671-homere

« back to all changes in this revision

Viewing changes to specific_rules/wizard/stock_partial_move_view.xml

[MERGE] Merge UF-1763

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            <field name="type">tree</field>
9
9
            <field name="inherit_id" ref="stock.stock_move_memory_tree_in" />
10
10
            <field name="arch" type="xml">
11
 
                                <data>
 
11
                <data>
 
12
                    <xpath expr="/tree//field[@name='quantity']" position="attributes">
 
13
                        <attribute name="on_change">onchange_uom_qty(product_uom, quantity)</attribute>
 
14
                    </xpath>
 
15
 
 
16
                    <xpath expr="/tree//field[@name='product_uom']" position="attributes">
 
17
                        <attribute name="on_change">onchange_uom_qty(product_uom, quantity)</attribute>
 
18
                    </xpath>
12
19
                                
13
20
                                        <field name="prodlot_id" position="replace">
14
21
                        <field name="prodlot_id" string="Batch Number"
44
51
            <field name="arch" type="xml">
45
52
                <data>
46
53
                    <xpath expr="/tree//field[@name='quantity']" position="attributes">
47
 
                        <attribute name="on_change">change_lot(prodlot_id, quantity, location_id)</attribute>
 
54
                        <attribute name="on_change">change_lot(prodlot_id, quantity, location_id, product_uom)</attribute>
48
55
                    </xpath>
49
56
                                
50
57
                                        <field name="prodlot_id" position="replace">