-
- Downloads
[REF] stock: cache the `get_warehouse` of `stock.location`
To avoid multiple search of the get_warehouse for the same location and extra SQL request (it happens a lot for complicate flow, e.g. mrp_mps, replenishment report). Translate it into a standard compute to use the cache of the ORM for no-store compute field (`warehouse_id`) and put some depends to be always correct (even if `warehouse_id` shouldn't change in the same request). task-2439019
Showing
- addons/mrp/models/mrp_production.py 5 additions, 5 deletionsaddons/mrp/models/mrp_production.py
- addons/mrp/models/mrp_unbuild.py 2 additions, 2 deletionsaddons/mrp/models/mrp_unbuild.py
- addons/purchase_stock/models/product.py 1 addition, 1 deletionaddons/purchase_stock/models/product.py
- addons/stock/models/product.py 1 addition, 1 deletionaddons/stock/models/product.py
- addons/stock/models/stock_location.py 15 additions, 6 deletionsaddons/stock/models/stock_location.py
- addons/stock/models/stock_move.py 4 additions, 4 deletionsaddons/stock/models/stock_move.py
- addons/stock/models/stock_orderpoint.py 1 addition, 1 deletionaddons/stock/models/stock_orderpoint.py
- addons/stock/populate/stock.py 1 addition, 1 deletionaddons/stock/populate/stock.py
- addons/stock/report/report_stock_rule.py 2 additions, 2 deletionsaddons/stock/report/report_stock_rule.py
Loading
Please register or sign in to comment