odoo/addons/stock/wizard
Thomas Groutars 7b306fc17a [IMP] stock: improve detailed transfer performance
Transfers were slowed because of the continuous
computation of pickings remaining quantities.

This revision delay the computation at the end of the transfer,
so the computation is performed only once, and it
therefore leads to a huge performance improvment.

opw-634416
2015-05-20 13:07:24 +02: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: "Request procurement" wizard does not fill warehouse 2015-03-30 09:06:05 +02: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 [ADD] stock: onchange on wizard stock_change_product_qty 2015-05-18 12:54:20 +02: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 [FIX] stock: Make sure we can do a return of a stock move with UoS 2015-03-11 16:23:23 +01: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 [IMP] stock: improve detailed transfer performance 2015-05-20 13:07:24 +02: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