Modifs View

bzr revid: fp@tinyerp.com-20080903154008-j3yfqpwal6fs53ll
This commit is contained in:
Fabien Pinckaers 2008-09-03 17:40:08 +02:00
parent f59569dfc0
commit 74ffd7364c
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ class purchase_order(osv.osv):
'dest_address_id':fields.many2one('res.partner.address', 'Destination Address', states={'posted':[('readonly',True)]}),
'warehouse_id': fields.many2one('stock.warehouse', 'Warehouse', states={'posted':[('readonly',True)]}),
'location_id': fields.many2one('stock.location', 'Delivery destination', required=True),
'location_id': fields.many2one('stock.location', 'Destination', required=True),
'pricelist_id':fields.many2one('product.pricelist', 'Pricelist', required=True, states={'confirmed':[('readonly',True)], 'approved':[('readonly',True)]}, help="The pricelist sets the currency used for this purchase order. It also computes the supplier price for the selected products/quantities."),

View File

@ -132,7 +132,7 @@
<field name="type">tree</field>
<field name="arch" type="xml">
<tree string="Purchase Order">
<field name="name"/>
<field name="name" string="Reference"/>
<field name="date_order"/>
<field name="minimum_planned_date"/>
<field name="partner_id"/>