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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_product_category_form product.category form Inherits product.product_category_form_view
view_product_category_search product.category search Inherits product.product_category_search_view
view_product_category_tree product.category tree Inherits product.product_category_list_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • is_favorite Boolean
    company_dependent=True help='If this field is unchecked, the category will be hidden when searching category in a drop-down list like in the product form view.' string='Favorite'
Public methods (3)
  • create(self, vals_list)
    @api.model_create_multi
  • onchange_parent_id_favorite(self)
    @api.onchange('parent_id')
  • write(self, vals)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

Loading…