[IMP] Barcode interface and transfer wizard in picking form instead
Pack operations will not appear in a transfer wizard or bar code interface anymore, but in the picking form itself. Some wizards are still needed however to ask whether a backorder needs to be created and whether we need to do an immediate transfer The biggest change in the model is in the picking where the locations of the picking are not a related anymore, but need to be set. That is why the tests need to be changed. This allows also to have pickings without moves initially and just move one pack e.g. Locations won't be visible on stock moves in a picking either. (as they should be those of the picking) In order to avoid confusion, the pack operations are created immediately when stock is reserved and we are not waiting until the wizard or the bar code interface is launched anymore. The recompute button previously in the barcode interface will only appear when the reservation changed and the user indicated in the pack operations that something was moved already. Otherwise it will recompute the pack operations. That way the reservation on the stock moves, is reflected by the pack operations. Return pickings are not confirmed automatically when confirming the return wizard. That should make it possible to choose another location for the return. (Don't return in output e.g.) Barcode scanning is not in this commit.
Showing
- addons/claim_from_delivery/claim_delivery_view.xml 2 additions, 2 deletionsaddons/claim_from_delivery/claim_delivery_view.xml
- addons/mrp/mrp_view.xml 1 addition, 1 deletionaddons/mrp/mrp_view.xml
- addons/point_of_sale/point_of_sale.py 11 additions, 9 deletionsaddons/point_of_sale/point_of_sale.py
- addons/purchase/purchase.py 3 additions, 1 deletionaddons/purchase/purchase.py
- addons/purchase/test/fifo_returns.yml 5 additions, 1 deletionaddons/purchase/test/fifo_returns.yml
- addons/stock/__openerp__.py 3 additions, 4 deletionsaddons/stock/__openerp__.py
- addons/stock/procurement.py 14 additions, 6 deletionsaddons/stock/procurement.py
- addons/stock/security/ir.model.access.csv 2 additions, 2 deletionsaddons/stock/security/ir.model.access.csv
- addons/stock/static/src/css/barcode.css 0 additions, 134 deletionsaddons/stock/static/src/css/barcode.css
- addons/stock/static/src/css/stock.css 0 additions, 21 deletionsaddons/stock/static/src/css/stock.css
- addons/stock/static/src/img/scan.png 0 additions, 0 deletionsaddons/stock/static/src/img/scan.png
- addons/stock/static/src/js/widgets.js 0 additions, 1070 deletionsaddons/stock/static/src/js/widgets.js
- addons/stock/static/src/less/stock_dashboard.less 0 additions, 6 deletionsaddons/stock/static/src/less/stock_dashboard.less
- addons/stock/static/src/xml/picking.xml 0 additions, 274 deletionsaddons/stock/static/src/xml/picking.xml
- addons/stock/stock.py 244 additions, 215 deletionsaddons/stock/stock.py
- addons/stock/stock_demo.yml 46 additions, 12 deletionsaddons/stock/stock_demo.yml
- addons/stock/stock_view.xml 90 additions, 72 deletionsaddons/stock/stock_view.xml
- addons/stock/test/packingneg.yml 0 additions, 5 deletionsaddons/stock/test/packingneg.yml
- addons/stock/test/procrule.yml 2 additions, 2 deletionsaddons/stock/test/procrule.yml
- addons/stock/test/wiseoperator.yml 6 additions, 6 deletionsaddons/stock/test/wiseoperator.yml
Loading
Please register or sign in to comment