~vauxoo/openerp-intercompany/trunk

« back to all changes in this revision

Viewing changes to extra_UOM/wizard/stock_move_split_view.xml

  • Committer: Humberto Arocha
  • Date: 2011-11-17 06:24:14 UTC
  • mfrom: (23.1.29 Tecvemar)
  • Revision ID: humbertoarocha@gmail.com-20111117062414-5v4mfuwfzgnbeode

[MRG] Agregado campo para informar la cantidad disponible al momento
de realizar un split en un movimiento de inventario

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        <xpath expr='/form/group/field[@name="product_id"]' position="replace">
11
11
          <field name="product_id" colspan="4" readonly="1" />
12
12
        </xpath>
 
13
      
 
14
      
 
15
      <xpath expr='/form/group/group/group/field[@name="qty"]' position="after">
 
16
        <field name="available" readonly="1" />
 
17
        <field name="mov_id" invisible="1"/>
 
18
        
 
19
      </xpath>
 
20
      
13
21
        <xpath expr='/form/group/group/group/field[@name="product_uom"]' position="after">
14
22
          <field name="type_picking" invisible="1" />
15
23
          <field name="faclot" invisible="1" />
16
 
          <field name="total_quantity" colspan="1" />
17
 
          <field name="operations" colspan="1" readonly="1" />
 
24
          <field name="total_quantity"/>
 
25
          <field name="operations" readonly="1" />
18
26
        </xpath>
19
27
        <xpath expr='/form/group/group/field[@name="line_ids"]' position="replace">
20
 
          <field name="line_ids" on_change="on_change_quantity_sum(line_ids)">
 
28
          <field name="line_ids" on_change="on_change_quantity_sum(line_ids,mov_id)">
21
29
            <tree string="Production Lot Numbers" editable="bottom">
22
30
              <field name="name" on_change="on_change_compute(parent.product_id,parent.type_picking,parent.faclot,quantity,pieces_qty,length, heigth, width)" />
23
31
              <field name="factor" invisible="1" />
51
59
          </field>
52
60
        </xpath>
53
61
        <xpath expr='/form/group/group/field[@name="line_exist_ids"]' position="replace">
54
 
          <field name="line_exist_ids" on_change="on_change_quantity_sum(line_exist_ids)">
 
62
          <field name="line_exist_ids" on_change="on_change_quantity_sum(line_exist_ids,mov_id)">
55
63
            <tree string="Production Lot Numbers" editable="bottom">
56
64
              <field name="prodlot_id" domain="[('product_id','=',parent.product_id)]" on_change="on_change_compute(parent.product_id,parent.type_picking,prodlot_id,quantity,pieces_qty,length, heigth, width)" />
57
65
              <field name="factor" invisible="1" />