Repository
OCA/operating-unit · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/operating-unit
Last tracking update
2026-09-15 11:04:49
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Maksym Yankin, OCA-git-bot, oca-ci
Odoo dependencies
OCA/operating-unit:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
This module introduces the following features:

- Adds the Operating Unit (OU) to the Product Pricelist.
- The user's default Operating Unit (OU) is proposed at the time of
  creating the Product Pricelist.
- Security rules are defined to ensure that users can only see the Product Pricelist
  of that Operating Units in which they are allowed access to.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_pricelist_view product.pricelist Inherits product.product_pricelist_view
product_pricelist_view_search product.pricelist search Inherits product.product_pricelist_view_search
product_pricelist_view_tree product.pricelist tree Inherits product.product_pricelist_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • operating_unit_id Many2one → operating.unit
    check_company=True default=<expr> args: 'operating.unit'
Public methods (0)

No public methods.