Stock Inventory Justification

stock_inventory_justification
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_inventory_justification
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSThomas Binsfeld, Weblate, oca-ci, hda
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

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 tree New
stock_move_line_form_view stock.move.line field Inherits stock.view_move_line_form
stock_move_line_tree_view stock.move.line field Inherits stock.view_move_line_tree
stock_quant_tree_view stock.quant field Inherits stock.view_stock_quant_tree_inventory_editable
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)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_inventory_justification
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSThomas Binsfeld, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
stock_inventory_form_view stock.inventory.form (in stock_inventory_justification) stock.inventory field Inherits stock.view_inventory_form
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 tree New
stock_inventory_search_view stock.inventory.search (in stock_inventory_justification) stock.inventory field Inherits stock.view_inventory_filter
Models touched (2)

New fields (1)
  • justification_ids Many2many → stock.inventory.justification
    comodel_name='stock.inventory.justification' string='Justifications'
Public methods (0)

No public methods.

New fields (2)
  • active Boolean
    default=True
  • name Char
    required=True
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
PULL REQUEST
PULL REQUEST[19.0][MIG] stock_inventory_justification: Migration to 19.0 (#2531)