~lin-yu/purchase-wkfl/add_purchase_price_list

« back to all changes in this revision

Viewing changes to purchase_group_orders/purchase_group_orders_view.xml

  • Committer: Joël Grand-Guillaume
  • Date: 2012-07-12 13:56:17 UTC
  • Revision ID: joel.grandguillaume@camptocamp.com-20120712135617-m5ir70bodmqpkvzb
[MRG] From trunk branch, tests and bugfix. Most improvements are on:
  - Margin modules
  - picking dispatch (better warehouse handling))
  - grouping PO
  - Filter on stock delivers from sales
(lp:c2c-addons/6.1  rev 69)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        </xpath>
22
22
      </field>
23
23
    </record>
24
 
 
25
 
    <record id="purchase_order_form_shop_carrier" model="ir.ui.view">
26
 
      <field name="name">purchase.order.form</field>
27
 
      <field name="model">purchase.order</field>
28
 
      <field name="type">form</field>
29
 
      <field name="inherit_id" ref='purchase.purchase_order_form'/>
30
 
      <field name="arch" type="xml">
31
 
        <field name="company_id" position="after">
32
 
          <field name="shop_id" readonly="1" />
33
 
          <field name="carrier_partner_id" readonly="1" />
34
 
        </field>
35
 
      </field>
36
 
    </record>
37
24
  </data>
38
25
</openerp>