odoo/addons/stock_dropshipping
Denis Ledoux 9d2dbda8ca [FIX] stock_dropshipping: not enough stock warning for MTOs
When 'stock_dropshipping' was installed, in a sale order,
choosing a product being stockable + buy + MTOs returned
the "Not Enough Stock" warning, while it shouldn't.

It's because the according method `_check_rounting` was
overriden in this module, with a @api.one, which aggregates, while
the method expects to return a simple boolean even for a list of
multiple ids.
Converting the method to @api.multi solves the issue.

opw-639426
2015-05-11 13:22:48 +02:00
..
i18n [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
test [FIX] stock_dropshipping: use route with 2 steps for crossdock test 2015-05-07 11:19:28 +02:00
tests [FIX] purchase: typo in commit 675357b + add coverage test 2015-02-10 14:51:18 +01:00
wizard [FIX] Make sure we can select dropship on purchase order and see the related customer and invoicing based on shipments works for sale only 2014-12-17 17:10:40 +01:00
__init__.py [FIX] stock_dropshipping: do not warn for dropshipped items non-availibility 2015-04-24 15:55:56 +02:00
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
stock_dropshipping.py [FIX] stock_dropshipping: not enough stock warning for MTOs 2015-05-11 13:22:48 +02:00
stock_dropshipping.xml [FIX] Warehouse should be False on PoS and dropship picking types 2014-12-17 17:10:40 +01:00