-
- Downloads
[IMP] (purchase_)stock: suppliers information in replenishment
Infobox to help the user with the replenishment. Allow those actions:
- See the different supplier with their lead time, price and quantity
- Be able to select a supplier and set it on the orderpoint
⁻ See the last delivery by mmonth for the product
- Last purchase date for each supplier
Technicaly it use a wizard and a fields char with JSON used by
a widget to display a static template. Also it creates directly
the wizard in backend instead of just let the view manage the new
object since we need a button on a one2many and if the records do
not have an id, it's not possilbe to use it.
closes odoo/odoo#72039
Task: 2519761
Related: odoo/upgrade#2596
Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
Showing
- addons/mrp/models/stock_rule.py 2 additions, 2 deletionsaddons/mrp/models/stock_rule.py
- addons/purchase_stock/__init__.py 1 addition, 0 deletionsaddons/purchase_stock/__init__.py
- addons/purchase_stock/__manifest__.py 1 addition, 0 deletionsaddons/purchase_stock/__manifest__.py
- addons/purchase_stock/models/product.py 46 additions, 0 deletionsaddons/purchase_stock/models/product.py
- addons/purchase_stock/models/stock.py 10 additions, 0 deletionsaddons/purchase_stock/models/stock.py
- addons/purchase_stock/models/stock_rule.py 3 additions, 3 deletionsaddons/purchase_stock/models/stock_rule.py
- addons/purchase_stock/views/stock_views.xml 3 additions, 3 deletionsaddons/purchase_stock/views/stock_views.xml
- addons/purchase_stock/wizard/__init__.py 4 additions, 0 deletionsaddons/purchase_stock/wizard/__init__.py
- addons/purchase_stock/wizard/stock_replenishment_info.py 19 additions, 0 deletionsaddons/purchase_stock/wizard/stock_replenishment_info.py
- addons/purchase_stock/wizard/stock_replenishment_info.xml 43 additions, 0 deletionsaddons/purchase_stock/wizard/stock_replenishment_info.xml
- addons/stock/__manifest__.py 1 addition, 0 deletionsaddons/stock/__manifest__.py
- addons/stock/models/stock_orderpoint.py 28 additions, 26 deletionsaddons/stock/models/stock_orderpoint.py
- addons/stock/models/stock_rule.py 1 addition, 1 deletionaddons/stock/models/stock_rule.py
- addons/stock/security/ir.model.access.csv 1 addition, 0 deletionsaddons/stock/security/ir.model.access.csv
- addons/stock/static/src/js/forecast_widget.js 14 additions, 0 deletionsaddons/stock/static/src/js/forecast_widget.js
- addons/stock/static/src/js/stock_orderpoint_list_controller.js 2 additions, 1 deletion...s/stock/static/src/js/stock_orderpoint_list_controller.js
- addons/stock/static/src/xml/stock_orderpoint.xml 21 additions, 10 deletionsaddons/stock/static/src/xml/stock_orderpoint.xml
- addons/stock/views/stock_orderpoint_views.xml 4 additions, 3 deletionsaddons/stock/views/stock_orderpoint_views.xml
- addons/stock/wizard/__init__.py 1 addition, 0 deletionsaddons/stock/wizard/__init__.py
- addons/stock/wizard/stock_replenishment_info.py 79 additions, 0 deletionsaddons/stock/wizard/stock_replenishment_info.py
Loading
Please register or sign in to comment