Shopfloor
by Camptocamp https://github.com/OCA/wms , BCIM https://github.com/OCA/wms , Akretion https://github.com/OCA/wms , Odoo Community Association (OCA) https://github.com/OCA/wmsAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
Community Apps Dependencies |
Show
•
Base Rest
• JSONifier • Product Manufacturer • Product Packaging Type • Shopfloor Base • Stock Helpers • Stock Picking Completion Info • Stock Picking Delivery Link • Stock Picking Progress • Stock Quant Package Dimension • Stock Quant Package Product Packaging • Stock Storage Type • Components • Endpoint route handler • Stock Move Common Destination • Product Packaging Dimension • Product logistics UoM • Base Many2many Custom Field • Stock Putaway Hooks • Web Domain Field |
Lines of code | 16212 |
Technical Name |
shopfloor |
License | AGPL-3 |
Website | https://github.com/OCA/wms |
Versions | 14.0 16.0 |
Shopfloor
Shopfloor is a barcode scanner application for internal warehouse operations.
The application supports scenarios, to relate to Operation Types:
- Cluster Picking
- Zone Picking
- Checkout/Packing
- Delivery
- Location Content Transfer
- Single Pack Transfer
This module provides REST APIs to support the scenarios. It needs a frontend to consume the backend APIs and provide screens for users on barcode devices. A default front-end application is provided by shopfloor_mobile.
Table of contents
Usage
An API key is created in the Demo data (for development), using the Demo user. The key to use in the HTTP header API-KEY is: 72B044F7AC780DAC
Curl example:
curl -X POST "http://localhost:8069/shopfloor/user/menu" -H "accept: */*" -H "Content-Type: application/json" -H "API-KEY: 72B044F7AC780DAC"
Known issues / Roadmap
- improve documentation
- split out scenario components to their own modules
- maybe split common stock features to shopfloor_stock_base and move scenario to shopfloor_wms?
Changelog
13.0.1.0.0
First official version.
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
- Camptocamp
- BCIM
- Akretion
Contributors
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
- Simone Orsi <simahawk@gmail.com>
- Sébastien Alix <sebastien.alix@camptocamp.com>
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
- Benoit Guillot <benoit.guillot@akretion.com>
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
- Raphaël Reverdy <raphael.reverdy@akretion.com>
- Jacques-Etienne Baudoux <je@bcim.be>
- Juan Miguel Sánchez Arce <juan.sanchez@camptocamp.com>
- Michael Tietz (MT Software) <mtietz@mt-software.de>
Design
- Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
- Jacques-Etienne Baudoux <je@bcim.be>
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 maintainers:
This module is part of the OCA/wms project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module