~vauxoo/openerp-intercompany/trunk

« back to all changes in this revision

Viewing changes to extra_UOM/view/extra_UOM_view.xml

  • Committer: Humberto Arocha
  • Date: 2011-12-28 04:46:01 UTC
  • mfrom: (34.1.3 Tecvemar)
  • Revision ID: humbertoarocha@gmail.com-20111228044601-1amp2niu02u5e13h

[MRG] Changed methods action_so_create and purchase order to generate a purchase order of sale order
Changed method action_invoice_create to generate invoices the product send for consignment

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
      <!--Tipo de Vista-->
113
113
      <field name="arch" type="xml">
114
114
        <xpath expr='/form/notebook/page[@string="Sales Order"]/field[@name="order_line"]/form/notebook/page[@string="Order Line"]/field[@name="product_id"]' position="after">
115
 
          <field name="com_id" />
 
115
          <field name="com_id" invisible="1"/>
116
116
          <field name="prod_lot_id"  domain="[('company_id','=',com_id)]" on_change="on_change_qty(parent.partner_id,parent.pricelist_id,prod_lot_id,product_uom_qty,pieces)" />
117
117
          <field name="pieces" on_change="on_change_qty(parent.partner_id,parent.pricelist_id,prod_lot_id,product_uom_qty,pieces)" />
118
118
          <field name="track_outgoing" invisible="1" />