[FIX] stock_account: accept negative quantities on standard price
authorMartin Trigaux <mat@openerp.com>
Thu, 18 Sep 2014 09:57:36 +0000 (11:57 +0200)
committerMartin Trigaux <mat@openerp.com>
Thu, 18 Sep 2014 09:57:48 +0000 (11:57 +0200)
The qty_available available of a product can be negative (e.g. using the force availibility button on delivery order) and the generated account.move.line should be adapted (otherwise getting negative values in debit/credit entries).
Fixes #2475


No differences found