Repository
OCA/multi-company · module folder · Try on Runboat
Module version
1.1.0
Category
Product
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/multi-company
Last tracking update
2026-08-07 07:57:08
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
ArnauCForgeFlow, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
product_category_multi_company
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_form_view product.category form Inherits product.product_category_form_view
product_template_view_form product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • company_id Many2one → res.company
    comodel_name='res.company' index=True string='Company'
  • parent_id Many2one
    check_company=True
Public methods (1)
  • check_company_restriction(self)
    @api.constrains('parent_id', 'company_id')

New fields (1)
  • categ_id Many2one
    check_company=True
Public methods (0)

No public methods.

Loading…