wms
wms copied to clipboard
Warehouse Management System for advance logistic with Odoo
Same PR than https://github.com/OCA/wms/pull/569/ but rebased on top of 14.0 to resolve conflicts (we still need the previous PR to not bring regressions as it is used as pending-merge). Comments...
For reception, in the select_move screen, we were displaying the qty done for each move in the picking. However, this would always be 0 if auto posting was enabled. Now,...
This module integrates the release channels with sales. Thanks to it, a sale user is able to force the release channel to use in deliveries, ignoring the customer preferences. TODO:...
Depends on: - [x] https://github.com/OCA/wms/pull/695 - [x] https://github.com/OCA/wms/pull/696 - [ ] https://github.com/OCA/server-tools/pull/2819
This PR adds a decorator that can be used on any endpoint to catch some exceptions and return to the user a clean error message and not a 500 error...
The aim of wms_connector, is to provide a generic process for synchronizing picking with an external warehouse software (This can be useful when you subcontract your warehouse management to a...
This is to follow up on https://github.com/OCA/wms/pull/669
Based on #841 this allows to restrict route by stock level service
This is draft just exposing my plan in the description.rst ! Please Feel free to comment suggest other solutions, name or repo to host those sources or any other comments.
to avoid the discrepancy of maintainer-tools version between: - the pre-commit hook (old) - the oca bot (up-to-date) which leads to pre-commit re-adding the xml header in `static/description.index.html` (while we...