[FIX] Product_qty should not default to 1, but be calculated from product_uom_qty

bzr revid: jco@openerp.com-20140411095723-wvr5hb1gpbi4lswt
This commit is contained in:
Josse Colpaert 2014-04-11 11:57:23 +02:00
parent 214f8ba4d4
commit aeea3f8b4e
1 changed files with 0 additions and 1 deletions

View File

@ -1733,7 +1733,6 @@ class stock_move(osv.osv):
'partner_id': _default_destination_address,
'state': 'draft',
'priority': '1',
'product_qty': 1.0,
'product_uom_qty': 1.0,
'scrapped': False,
'date': fields.datetime.now,