TIP: You can type at any time to perform a new search.
Stock Inventory Justification
stock_inventory_justification · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Uncategorized
- Folder size
- 0.51 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 09:06:24
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Denis Roussel, Graeme Gellatly, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to set justifications on inventories. 
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_inventory_justification_form_view |
stock.inventory.justification.form (in stock_inventory_justification) | stock.inventory.justification | form | New |
stock_inventory_justification_search_view |
stock.inventory.justification.search (in stock_inventory_justification) | stock.inventory.justification | search | New |
stock_inventory_justification_tree_view |
stock.inventory.justification.tree (in stock_inventory_justification) | stock.inventory.justification | list | New |
stock_move_line_form_view |
stock.move.line | form | Inherits stock.view_move_line_form | |
stock_move_line_tree_view |
stock.move.line | tree | Inherits stock.view_move_line_tree | |
stock_quant_tree_view |
stock.quant | tree | Inherits stock.view_stock_quant_tree_inventory_editable |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
activeBooleandefault=True -
nameCharrequired=True
No public methods.
New fields (1)
-
inventory_justification_idsMany2many → stock.inventory.justificationcolumn1='move_id'column2='justification_id'comodel_name='stock.inventory.justification'help='Inventory justifications'readonly=Truerelation='stock_move_inventory_justification_rel'string='Justifications'
No public methods.
New fields (1)
-
inventory_justification_idsMany2many → stock.inventory.justificationcomodel_name='stock.inventory.justification'help='Inventory justifications'readonly=Truerelated='move_id.inventory_justification_ids'store=Falsestring='Justifications'
No public methods.
New fields (1)
-
inventory_justification_idsMany2many → stock.inventory.justificationcolumn1='quant_id'column2='justification_id'comodel_name='stock.inventory.justification'help='Inventory justifications'relation='stock_quant_inventory_justification_rel'string='Justifications'
-
action_inventory_history(self)
Loading…
Loading…