Skip to content
Snippets Groups Projects
Commit 751bb006 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[FIX] delivery

bzr revid: fp@tinyerp.com-20111002160804-wmr1usci1x7m9g2z
parent 709bdcf3
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ class define_delivery_steps(osv.osv_memory):
_name = 'delivery.define.delivery.steps.wizard'
_columns = {
'picking_policy' : fields.selection([('direct', 'Deliver each product when available'), ('one', 'Deliver all products at once'),],
'picking_policy' : fields.selection([('direct', 'Deliver each product when available'), ('one', 'Deliver all products at once')], 'Picking Policy'),
}
_defaults = {
'picking_policy': lambda s,c,u,ctx: s.pool.get('sale.order').default_get(c,u,['picking_policy'],context=ctx)['picking_policy']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment