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.

![Resulting moves](../static/description/moves.png)

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • name Char
    required=True
Public methods (0)

No public methods.

New fields (1)
  • inventory_justification_ids Many2many → stock.inventory.justification
    column1='move_id' column2='justification_id' comodel_name='stock.inventory.justification' help='Inventory justifications' readonly=True relation='stock_move_inventory_justification_rel' string='Justifications'
Public methods (0)

No public methods.

New fields (1)
  • inventory_justification_ids Many2many → stock.inventory.justification
    comodel_name='stock.inventory.justification' help='Inventory justifications' readonly=True related='move_id.inventory_justification_ids' store=False string='Justifications'
Public methods (0)

No public methods.

New fields (1)
  • inventory_justification_ids Many2many → stock.inventory.justification
    column1='quant_id' column2='justification_id' comodel_name='stock.inventory.justification' help='Inventory justifications' relation='stock_quant_inventory_justification_rel' string='Justifications'
Public methods (1)
  • action_inventory_history(self)

Loading…

Loading…