Vertical Lift Module management
Light self contained alternative for VLM integrations
Vertical Lift Module management
This module adds basic a management system for Vertical Lift Modules. It's thought as a simpler alternative attemp to stock_vertical_lift and all the dependencies that come with it.
Table of contents
Known issues / Roadmap
- Launch the tasks in batches so we don't have to send them to the VLM one by one. In the case of Kardex, we'll be dealing with the connection limitations. If we send a list of tasks, right now we're closing the connection once we receive a response (Kardex). We need to keep listening until all the ids are received, but that locks our thread... We also need to respond to operation issues on every task, like full trays, changes of quantity, etc... and we can't lock many threads as we could put down the instance. Something along the lines of queue_job maybe would need to push to the bus the tasks updates (hard?) Or maybe the kardex proxy from c2c where we use a controller to send the tasks? This should rely on js, if we want a proper UX.
- Confirming the VLM tasks after the picking is confirmed makes not much sense, but we're dealing with the quants limitations. Anyway we shouldn't allow to leave operations on halt and after a real VLM task is done, the picking should be validated. What to do with the non existing quants (inputs)... maybe we could leave the vlm task pending assignation, so when we finally validate the picking we just have to perform the proper links.
- Not a requiste right now, but we could need to support batch pickings. Let's deal with the basics for now anyway.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Tecnativa
Contributors
- Tecnativa:
- David Vidal
- Pedro M. Baeza
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/stock-logistics-warehouse project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.