[IMP]minor changes

bzr revid: sgo@tinyerp.com-20120306070106-r8bm18vpqahgr865
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-03-06 12:31:06 +05:30
parent 9d3411ee54
commit 2cc824e2c2
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class sale_order(osv.osv):
'incoterm': fields.many2one('stock.incoterms', 'Incoterm', help="Incoterm which stands for 'International Commercial terms' implies its a series of sales terms which are used in the commercial transaction."),
'picking_policy': fields.selection([('direct', 'Deliver each product when available'), ('one', 'Deliver all products at once')],
'Picking Ship', required=True, readonly=True, states={'draft': [('readonly', False)]}, help="""If you don't have enough stock available to deliver all at once, do you accept partial shipments or not?"""),
'Ship Policy', required=True, readonly=True, states={'draft': [('readonly', False)]}, help="""If you don't have enough stock available to deliver all at once, do you accept partial shipments or not?"""),
'order_policy': fields.selection([
('prepaid', 'Before Delivery'),
('manual', 'On Demand'),