Create Picking. Default peso value is 1

This commit is contained in:
resteve 2014-09-12 09:06:53 +02:00
parent 541855b5ce
commit 9feccad6b9
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Picking(API):
'exp_entregar_sabado': data.get('exp_entregar_sabado', ''),
'exp_lc': data.get('exp_lc', ''),
'exp_observaciones': data.get('exp_observaciones', ''),
'exp_peso': data.get('exp_peso', '0.1'),
'exp_peso': data.get('exp_peso', '1'),
'exp_referencia': data.get('exp_referencia', ''),
'exp_valor_reembolso': data.get('exp_valor_reembolso', ''),
'exp_valor_seguro': data.get('exp_valor_seguro', '0'),