[FIX] Sale_crm : proper options set on wizard makesale

bzr revid: jma@tinyerp.com-20100511085720-6zpcvisdo9z1knjy
This commit is contained in:
JMA (OpenERP) 2010-05-11 14:27:20 +05:30
parent 1c9807f70b
commit 7590cf21ec
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ sale_fields = {
'relation': 'res.partner',
'help': 'Use this partner if there is no partner on the case'},
'picking_policy': {'string': 'Picking Policy', 'type': 'selection',
'selection': [('direct','Direct Delivery'),('one','All at once')]},
'selection': [('direct', 'Partial Delivery'), ('one', 'Complete Delivery')]},
'products': {'string': 'Products', 'type': 'many2many',
'relation': 'product.product'},
'analytic_account': {'string': 'Analytic Account', 'type': 'many2one',