Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Barcode (stock_barcode)
• Inventory (stock) • Discuss (mail) |
Lines of code | 834 |
Technical Name |
scenario_barcode |
License | LGPL-3 |
Versions | 14.0 16.0 17.0 18.0 |
Scenario Barcode
Create scenarios to facilitate logistics or manufacturing operations in Odoo.
Description
This module helps create scenarios allowing operators to obtain information or carry out operations in a precise order with controls. This is a more modern alternative to the Oca stock_scanner module. To write new complex scenarios you need knowledge of the Odoo language.
Two scenarios sample included
![]() |
Possible Actions
Each step of the scenario can contain a request for action which can be, the selection of information or an Odoo recordset, entering data via keyboard or by scanning a barcode for example, a confirmation (boolean yes or no). The step can also just be an informational message before another action step. It is also possible to authorize going back to the desired steps.
![]() |
![]() |
![]() |
Interface Description
1 - Static message defined on step (required)
2 - Static image set on step
3 - Dynamic message returned by the transition
4 - Action (enter/scan data, selection data or record, confirmation)
5 - Bouton navigation (back, next, menu)
![]() |
Direct Access
Direct access to scenarios menu with the application icon
![]() |
![]() |
Creation scenario
The configuration of the scenarios is found in the configuration tab of the stock module. A scenario is made up of several steps joined by transitions applicable by conditions.
![]() |
There must be a start and end step.
![]() |
![]() |
![]() |
You must master Odoo code to be able to write complex transitions
Please log in to comment on this module