Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Muaaz Siddiq
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds industries for leads and opportunities.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_tree_view_leads Add industry field as tree column crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead form Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead Inherits crm.view_crm_case_opportunities_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • industry_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' compute='_compute_industry_id' readonly=False store=True string='Main Industry'
  • secondary_industry_ids Many2many → res.partner.industry
    comodel_name='res.partner.industry' compute='_compute_secondary_industry_ids' domain="[('id', '!=', industry_id)]" readonly=False store=True string='Secondary Industries'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…