Stock with Operating Units

stock_operating_unit
REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/18.0/stock_operating_unit
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, bt-dlagin
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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 introduces the following features:

- Adds the operating unit to the Warehouse.
- Adds the operating unit to the Stock Location.
- Adds the requesting operating unit to stock pickings.
- Implements user's security access rules.

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
view_location_form stock.location.form stock.location xpath Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_move_tree_receipt_picking Stock Moves stock.move field Inherits stock.view_move_tree_receipt_picking
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_picking_move_tree stock.move.tree stock.move field Inherits stock.view_picking_move_tree
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (7)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' string='Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    check_company=True related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    check_company=True related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' compute='_compute_operating_unit_id' readonly=False store=True string='Requesting Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one
    check_company=True related='location_id.operating_unit_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' related='warehouse_id.operating_unit_id'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/17.0/stock_operating_unit
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSAaronHForgeFlow, OCA-git-bot, Iván Todorovich, oca-ci, Jérémy Didderen
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
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
This module introduces the following features:

- Adds the operating unit to the Warehouse.
- Adds the operating unit to the Stock Location.
- Adds the requesting operating unit to stock pickings.
- Implements user's security access rules.

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
view_location_form stock.location.form stock.location xpath Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_move_tree_receipt_picking Stock Moves stock.move field Inherits stock.view_move_tree_receipt_picking
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_picking_move_tree stock.move.tree stock.move field Inherits stock.view_picking_move_tree
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (7)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' index=True string='Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    check_company=True related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    check_company=True related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' compute='_compute_operating_unit_id' index=True readonly=False store=True string='Requesting Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one
    check_company=True index=True related='location_id.operating_unit_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' related='warehouse_id.operating_unit_id'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/16.0/stock_operating_unit
VERSION
VERSION 1.2.2
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSAaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, Borruso
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:54:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
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 (12)
XML IDNameModelTypeStatus
view_location_form stock.location.form stock.location xpath Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_move_tree_receipt_picking Stock Moves stock.move field Inherits stock.view_move_tree_receipt_picking
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_picking_move_tree stock.move.tree stock.move field Inherits stock.view_picking_move_tree
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (7)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' string='Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' readonly=True states={'draft': [('readonly', False)]} string='Requesting Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' related='warehouse_id.operating_unit_id'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/15.0/stock_operating_unit
VERSION
VERSION 1.3.2
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSOCA Transbot, AaronHForgeFlow, Weblate, OCA-git-bot, Jesús Alan Ramos Rodríguez, oca-ci, Saran440, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
view_location_form stock.location.form stock.location field Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_move_tree_receipt_picking Stock Moves stock.move field Inherits stock.view_move_tree_receipt_picking
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_picking_move_tree stock.move.tree stock.move field Inherits stock.view_picking_move_tree
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (7)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' string='Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' readonly=True states={'draft': [('readonly', False)]} string='Requesting Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' store=True
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' related='warehouse_id.operating_unit_id'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/14.0/stock_operating_unit
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSGitHub, OCA Transbot, AaronHForgeFlow, oca-travis, Weblate, OCA-git-bot, Jesús Alan Ramos Rodríguez, oca-ci, Kitti U, Alessandro Uffreduzzi, oca-git-bot, Melody Uffreduzzi
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
view_location_form stock.location.form stock.location field Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_move_tree_receipt_picking Stock Moves stock.move field Inherits stock.view_move_tree_receipt_picking
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_picking_move_tree stock.move.tree stock.move field Inherits stock.view_picking_move_tree
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (6)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    readonly=True states={'draft': [('readonly', False)]} args: 'operating.unit', 'Requesting Operating Unit'
Public methods (1)
  • onchange_picking_type(self)
    @api.onchange('picking_type_id', 'partner_id')

New fields (1)
  • operating_unit_id Many2one → operating.unit
    related='warehouse_id.operating_unit_id' args: 'operating.unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/13.0/stock_operating_unit
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSmreficent, OCA Transbot, oca-travis, Weblate, OCA-git-bot, BT-nstuder, Nicola Studer
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
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 (12)
XML IDNameModelTypeStatus
stock_move_tree Stock Moves stock.move field Inherits stock.stock_move_tree
view_location_form stock.location.form stock.location field Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_picking_tree stock.move.tree stock.move field Inherits stock.view_move_picking_tree
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (6)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    readonly=True states={'draft': [('readonly', False)]} args: 'operating.unit', 'Requesting Operating Unit'
Public methods (1)
  • onchange_picking_type(self)
    @api.onchange('picking_type_id', 'partner_id')

New fields (1)
  • operating_unit_id Many2one → operating.unit
    domain="[('user_ids', '=', uid)]" related='warehouse_id.operating_unit_id' args: 'operating.unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/12.0/stock_operating_unit
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, mreficent, OCA Transbot, ahenriquez, oca-travis, Weblate, OCA-git-bot, scampbell, Murtuza Saleh, Patrick Wilson, bt-shautz
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - 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 (14)
XML IDNameModelTypeStatus
stock_move_tree Stock Moves stock.move field Inherits stock.stock_move_tree
stock_picking_context_add stock.picking.context.add stock.picking field Inherits stock.view_picking_form
view_location_form stock.location.form stock.location field Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_picking_form stock.move.form stock.move field Inherits stock.view_move_picking_form
view_move_picking_tree stock.move.tree stock.move field Inherits stock.view_move_picking_tree
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (7)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    readonly=True states={'draft': [('readonly', False)]} args: 'operating.unit', 'Requesting Operating Unit'
Public methods (1)
  • onchange_operating_unit(self)
    @api.onchange('picking_type_id', 'location_id')

New fields (1)
  • operating_unit_id Many2one → operating.unit
    domain="[('user_ids', '=', uid)]" related='warehouse_id.operating_unit_id' args: 'operating.unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/11.0/stock_operating_unit
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSOCA-git-bot, Beñat Jimenez
WEBSITE
WEBSITEhttps://github.com/OCA/operating-unit
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - account_operating_unit
    - operating_unit
    - analytic_operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - account
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
stock_move_tree Stock Moves stock.move field Inherits stock.stock_move_tree
view_location_form stock.location.form stock.location field Inherits stock.view_location_form
view_location_search stock.location.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location field Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move field Inherits stock.view_move_form
view_move_picking_tree stock.move.tree stock.move field Inherits stock.view_move_picking_tree
view_move_tree stock.move.tree stock.move field Inherits stock.view_move_tree
view_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_warehouse stock.warehouse stock.warehouse field Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse field Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking field Inherits stock.vpicktree
Models touched (4)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    readonly=True related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    readonly=True related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    readonly=True states={'draft': [('readonly', False)]} args: 'operating.unit', 'Requesting Operating Unit'
Public methods (1)
  • onchange_picking_type(self)
    @api.onchange('picking_type_id', 'partner_id')

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/10.0/stock_operating_unit
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSJordi Ballester Alomar, AaronHForgeFlow, OCA-git-bot, Esther Martín, Aarón Henríquez
WEBSITE
WEBSITEhttp://www.eficent.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - account_operating_unit
    - operating_unit
    - analytic_operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
stock_move_tree Stock Moves stock.move xpath Inherits stock.stock_move_tree
view_location_form stock.location.form stock.location xpath Inherits stock.view_location_form
view_location_search stock.location.search stock.location xpath Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location xpath Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move xpath Inherits stock.view_move_form
view_move_picking_tree stock.move.tree stock.move xpath Inherits stock.view_move_picking_tree
view_move_tree stock.move.tree stock.move xpath Inherits stock.view_move_tree
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_warehouse stock.warehouse stock.warehouse xpath Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse xpath Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking xpath Inherits stock.vpicktree
Models touched (4)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    readonly=True related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    readonly=True related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Requesting Operating Unit'
Public methods (1)
  • onchange_picking_type(self)
    @api.onchange('picking_type_id', 'partner_id')

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=_default_operating_unit string='Operating Unit'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/operating-unit
GIT
GIThttps://github.com/OCA/operating-unit.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/operating-unit/tree/9.0/stock_operating_unit
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules/Sales & Purchases
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Serpent Consulting Services Pvt. Ltd.
COMMITTERS
COMMITTERSGuewen Baconnier, Jordi Ballester Alomar, ahenriquez, jbeficent, OCA-git-bot
WEBSITE
WEBSITEhttp://www.eficent.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/operating-unit:
    - account_operating_unit
    - operating_unit
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
    - web_tip
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (12)
XML IDNameModelTypeStatus
stock_move_tree Stock Moves stock.move xpath Inherits stock.stock_move_tree
view_location_form stock.location.form stock.location xpath Inherits stock.view_location_form
view_location_search stock.location.search stock.location xpath Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location xpath Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move xpath Inherits stock.view_move_form
view_move_picking_tree stock.move.tree stock.move xpath Inherits stock.view_move_picking_tree
view_move_tree stock.move.tree stock.move xpath Inherits stock.view_move_tree
view_picking_form stock.picking.form stock.picking xpath Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking field Inherits stock.view_picking_internal_search
view_warehouse stock.warehouse stock.warehouse xpath Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse xpath Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking xpath Inherits stock.vpicktree
Models touched (4)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Operating Unit'
Public methods (0)

No public methods.

New fields (2)
  • operating_unit_dest_id Many2one
    readonly=True related='location_dest_id.operating_unit_id' string='Dest. Location Operating Unit'
  • operating_unit_id Many2one
    readonly=True related='location_id.operating_unit_id' string='Source Location Operating Unit'
Public methods (0)

No public methods.

New fields (1)
  • operating_unit_id Many2one → operating.unit
    args: 'operating.unit', 'Requesting Operating Unit'
Public methods (1)
  • onchange_picking_type(self, cr, uid, ids, picking_type_id, partner_id, context=None)
    @api.v7

New fields (1)
  • operating_unit_id Many2one → operating.unit
    comodel_name='operating.unit' default=<expr> string='Operating Unit'
Public methods (0)

No public methods.