Repository
OCA/brand · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.51 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/brand
Last tracking update
2026-08-07 09:06:36
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This is a base addon for brand modules. It adds the brand object and its
menu and define an abstract model to be inherited from branded objects.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_brand_form_view res.brand form New
res_brand_kanban_view res.brand kanban New
res_brand_list_view res.brand.list (in partner_brand) res.brand list Inherits base.view_partner_tree
res_brand_search_view res.brand search Inherits base.view_res_partner_filter
res_config_settings_view_form res.config.settings form Inherits base_setup.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • partner_id Many2one → res.partner
    bypass_search_access=True comodel_name='res.partner' delegate=True index=True ondelete='restrict' required=True string='Partner'
Public methods (0)

No public methods.

New fields (4)
  • brand_id Many2one → res.brand
    comodel_name='res.brand' help='Brand to use for this sale' string='Brand'
  • brand_use_level Selection
    related='company_id.brand_use_level' string='Brand Use Level'
  • company_id Many2one → res.company
    comodel_name='res.company'
  • is_brand_required Boolean
    compute='_compute_is_brand_required'
Public methods (0)

No public methods.

New fields (1)
  • brand_use_level Selection
    default=BRAND_USE_LEVEL_NO_USE_LEVEL selection=BRAND_USE_LEVEL_SELECTION
Public methods (0)

No public methods.

New fields (1)
  • brand_use_level Selection
    readonly=False related='company_id.brand_use_level' string='Brand Use Level'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…