CRM Industry

crm_industry
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/19.0/crm_industry
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Muaaz Siddiq
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - html_editor
    - calendar
    - resource
    - utm
    - contacts
    - digest
    - portal
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/18.0/crm_industry
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Sabrina Martín, Martha Rondon, Martha Maria Rondon Regalado
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - html_editor
    - calendar
    - resource
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

New fields (2)
  • industry_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' string='Main Industry'
  • secondary_industry_ids Many2many → res.partner.industry
    comodel_name='res.partner.industry' domain="[('id', '!=', industry_id)]" string='Secondary Industries'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/17.0/crm_industry
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, mde-scopea, Martha Rondon
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - onboarding
    - resource
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

New fields (2)
  • industry_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' string='Main Industry'
  • secondary_industry_ids Many2many → res.partner.industry
    comodel_name='res.partner.industry' domain="[('id', '!=', industry_id)]" string='Secondary Industries'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/16.0/crm_industry
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ferran-S73, Jonathan Oscategui Taza
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_tree_view_leads Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

New fields (2)
  • industry_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' string='Main Industry'
  • secondary_industry_ids Many2many → res.partner.industry
    comodel_name='res.partner.industry' domain="[('id', '!=', industry_id)]" string='Secondary Industries'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/15.0/crm_industry
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, SilvioC2C, oca-ci, Manuel Marquez
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_tree_view_leads Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

New fields (2)
  • industry_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' string='Main Industry'
  • secondary_industry_ids Many2many → res.partner.industry
    comodel_name='res.partner.industry' domain="[('id', '!=', industry_id)]" string='Secondary Industries'
Public methods (1)
  • create(self, vals)
    @api.model
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/14.0/crm_industry
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, ludlaf
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_tree_view_leads Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

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

No public methods.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/13.0/crm_industry
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSmreficent, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Stephan Keller
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_tree_view_leads Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add industry field crm.lead group Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

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

No public methods.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/12.0/crm_industry
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSAlexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Stephan Keller
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
crm_case_form_view_leads Add industry field crm.lead field Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor Add industry field crm.lead field Inherits crm.crm_case_form_view_oppor
crm_case_tree_view_leads Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

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

No public methods.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/11.0/crm_industry
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, mreficent, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - partner_industry_secondary
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - web_planner
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
crm_case_form_view_leads Add industry field crm.lead field Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor Add industry field crm.lead field Inherits crm.crm_case_form_view_oppor
crm_case_tree_view_leads Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add industry field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
view_crm_case_leads_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add industry field for searching and grouping crm.lead field Inherits crm.view_crm_case_opportunities_filter
Models touched (1)

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

No public methods.