| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_exception |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Murtaza Mithaiwala |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_exception odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - 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 allows you attach several customizable exceptions to your stock picking in a way that you can filter pickings by exceptions type and fix them. Exceptions are checked via a scheduled action as well as during confirmation and validation. This is especially useful in an scenario for mass stock picking import, because it's likely some pickings have errors when you import them (like product not found in Odoo, wrong line format etc.) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_picking_form |
stock_exception.view_picking_form | stock.picking | sheet | Inherits stock.view_picking_form |
view_picking_internal_search |
stock_exception.view_picking_internal_search | stock.picking | filter | Inherits stock.view_picking_internal_search |
vpicktree |
stock_exception.vpicktree | stock.picking | field | Inherits stock.vpicktree |
model
Selection
ondelete={'stock.picking': 'cascade', 'stock.move': 'cascade'}
selection_add=[('stock.picking', 'Stock Picking'), ('stock.move', 'Stock Move')]
picking_ids
Many2many → stock.picking
comodel_name='stock.picking'
string='Pickings'
No public methods.
related_model_id
Many2one → stock.picking
action_confirm(self)
ignore_exception
Boolean
related='picking_id.ignore_exception'
store=True
string='Ignore Exceptions'
No public methods.
No new fields.
Public methods (6)action_confirm(self)
button_validate(self)
detect_exceptions(self)
onchange_ignore_exception(self)
stock_check_exception(self)
test_all_draft_pickings(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_exception |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Generic Modules/Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior, mav-adhoc |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_exception odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_picking_form |
stock_exception.view_picking_form | stock.picking | sheet | Inherits stock.view_picking_form |
view_picking_internal_search |
stock_exception.view_picking_internal_search | stock.picking | filter | Inherits stock.view_picking_internal_search |
vpicktree |
stock_exception.vpicktree | stock.picking | field | Inherits stock.vpicktree |
model
Selection
ondelete={'stock.picking': 'cascade', 'stock.move': 'cascade'}
selection_add=[('stock.picking', 'Stock Picking'), ('stock.move', 'Stock Move')]
picking_ids
Many2many → stock.picking
comodel_name='stock.picking'
string='Pickings'
No public methods.
related_model_id
Many2one → stock.picking
action_confirm(self)
ignore_exception
Boolean
related='picking_id.ignore_exception'
store=True
string='Ignore Exceptions'
No public methods.
No new fields.
Public methods (6)action_confirm(self)
button_validate(self)
detect_exceptions(self)
onchange_ignore_exception(self)
stock_check_exception(self)
test_all_draft_pickings(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_exception |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Generic Modules/Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, newtratip, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_exception odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_picking_form |
stock_exception.view_picking_form | stock.picking | sheet | Inherits stock.view_picking_form |
view_picking_internal_search |
stock_exception.view_picking_internal_search | stock.picking | filter | Inherits stock.view_picking_internal_search |
vpicktree |
stock_exception.vpicktree | stock.picking | field | Inherits stock.vpicktree |
model
Selection
ondelete={'stock.picking': 'cascade', 'stock.move': 'cascade'}
selection_add=[('stock.picking', 'Stock Picking'), ('stock.move', 'Stock Move')]
picking_ids
Many2many → stock.picking
comodel_name='stock.picking'
string='Pickings'
No public methods.
related_model_id
Many2one → stock.picking
action_confirm(self)
ignore_exception
Boolean
related='picking_id.ignore_exception'
store=True
string='Ignore Exceptions'
No public methods.
No new fields.
Public methods (5)action_confirm(self)
detect_exceptions(self)
onchange_ignore_exception(self)
stock_check_exception(self)
test_all_draft_pickings(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-workflow |
| PULL REQUEST | |
| PULL REQUEST | [MIG] stock_exception: Migration to 18.0 (#2358) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-workflow |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] stock_exception (#2185) |