odoo/addons/stock/wizard
Nicolas Martinelli e0222de3c2 [FIX] stock: update qty on hand
When the quantity on hand is updated from the wizard, it may result in
completely inconsistent results.

This happens for example in the following case:
- 10 Units in Stock/WH
- 18 Units in Stock/WH/Shelf 1

The "New Quantity on Hand" suggests a theoretical quantity by taking
into account the location and its sub-locations. It the example, that
would mean 28 Units in location 'Stock/WH'.

However, the `_get_quants` method of the `stock.inventory.line` model
doesn't take into account the children locations. Therefore, the
theoretical quantity would be 10 Units in location 'Stock/WH'.

This inconsistency confuses the user, and the new quantity added might
introduce unexpected results.

opw-703886
2017-02-01 13:07:06 +01:00
..
__init__.py Merge from nse back-end partial picking wizard 2014-08-20 18:28:57 +02:00
make_procurement_product.py [FIX] stock: add missing context 2016-12-14 15:02:12 +01:00
make_procurement_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
orderpoint_procurement.py [IMP] Only show number of variants when more than one + bug cursor Compute Minimum Stock Rules 2014-07-16 13:50:56 +02:00
orderpoint_procurement_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock_change_product_qty.py [FIX] stock: update qty on hand 2017-02-01 13:07:06 +01:00
stock_change_product_qty_view.xml [ADD] stock: onchange on wizard stock_change_product_qty 2015-05-18 12:54:20 +02:00
stock_move.py Fix unwanted opening of stock.picking when scrapping from production 2015-03-20 12:12:12 +01:00
stock_move_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock_return_picking.py [MERGE] forward port of branch saas-3 up to 55d6c19 2015-05-28 14:45:30 +02:00
stock_return_picking_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock_transfer_details.py [FIX] stock: prevent transfer of picking 2016-02-22 11:25:33 +01:00
stock_transfer_details.xml [FIX] Make sure packages are not shown when the setting is not checked 2014-08-25 09:23:05 +02:00