Repository
OCA/operating-unit · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules/Sales & Purchases
Folder size
0.07 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/operating-unit
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd., ForgeFlow
Maintainers
Odoo Community Association (OCA), Serpent Consulting Services Pvt. Ltd., ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, bt-dlagin
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
mrp_operating_unit, purchase_stock_operating_unit, sale_stock_operating_unit, stock_operating_unit_access_all
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 form Inherits stock.view_location_form
view_location_search stock.location.search stock.location search Inherits stock.view_location_search
view_location_tree2 stock.location.tree stock.location tree Inherits stock.view_location_tree2
view_move_form stock.move.form stock.move form Inherits stock.view_move_form
view_move_tree stock.move.tree stock.move tree Inherits stock.view_move_tree
view_move_tree_receipt_picking Stock Moves stock.move tree Inherits stock.view_move_tree_receipt_picking
view_picking_form stock.picking.form stock.picking form Inherits stock.view_picking_form
view_picking_internal_search stock.picking.internal.search stock.picking search Inherits stock.view_picking_internal_search
view_picking_move_tree stock.move.tree stock.move tree Inherits stock.view_picking_move_tree
view_warehouse stock.warehouse stock.warehouse Inherits stock.view_warehouse
view_warehouse_tree stock.warehouse.tree stock.warehouse tree Inherits stock.view_warehouse_tree
vpicktree stock.picking.tree stock.picking tree Inherits stock.vpicktree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
43 days ago
Last activity
29 days ago
Repository
OCA/operating-unit
Pull request
[19.0] [MIG] stock_operating_unit: Migration to 19.0 (#862)