| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/18.0/stock_picking_batch_planner |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Inventory/Inventory |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Moduon |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Moduon |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Eduardo de Miguel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_picking_batch - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of batch operations in Odoo to support the direct creation of batches or waves from batches and to allow you to plan Batches and Waves with a single click based on the grouping rules defined in the operation type. It also provides smart buttons to easily access the Waves and Batches linked to the original Batch, improving traceability and efficiency in warehouse operations. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_picking_batch_form |
stock.picking.batch.form | stock.picking.batch | field | Inherits stock_picking_batch.stock_picking_batch_form |
view_picking_type_form_inherit |
stock.picking.type.form.inherit | stock.picking.type | xpath | Inherits stock_picking_batch.view_picking_type_form_inherit |
can_plan_batches
Boolean
compute='_compute_can_plan_batches'
help='Shows if this Batch can plan Batches'
string='Can plan batches'
origin_batches_count
Integer
compute='_compute_origin_batches_count'
help='Number of Batches of the origin moves'
string='Origin batches count'
action_plan_batches(self)
action_view_origin_batches(self)
auto_batch
Boolean
compute='_compute_auto_batch'
inverse='_inverse_auto_batch'
readonly=False
store=False
auto_batch_original
Boolean
help='Field used to store the original value of `auto_batch` field.'
string='Automatic Batches (original value)'
plan_batch
Boolean
help='Place Stock Operations in Batches or Waves when planned from the Batch of the destiny moves.\nUses same criteria as Auto-Batches to decide how to plan batches/waves.'
string='Planned Batches'
No public methods.