Partner Industry Secondary

partner_industry_secondary
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/19.0/partner_industry_secondary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
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/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds secondary industries for partners.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry list Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' string='Use industry for individuals'
Public methods (0)

No public methods.

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

No public methods.

New fields (5)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • display_name Char
    recursive=True
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True
Public methods (1)
  • copy(self, default=None)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/18.0/partner_industry_secondary
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales
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, Alejandro Parrales, achulii
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds secondary industries for partners.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry list Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' string='Use industry for individuals'
Public methods (0)

No public methods.

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

No public methods.

New fields (5)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • display_name Char
    recursive=True
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True
Public methods (1)
  • copy(self, default=None)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/17.0/partner_industry_secondary
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSmanu, Franck Plazanet, Weblate, OCA-git-bot, oca-ci, Jérémy Didderen, sygel, Martha Rondon
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds secondary industries for partners.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry tree Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' string='Use industry for individuals'
Public methods (0)

No public methods.

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

No public methods.

New fields (5)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • display_name Char
    recursive=True
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True unaccent=False
Public methods (1)
  • copy(self, default=None)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/16.0/partner_industry_secondary
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSales
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, Eduardo De Miguel, Victor Champonnois, mle
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry tree Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
Models touched (3)

New fields (2)
  • display_last_child_first Boolean
    config_parameter='partner_industry_secondary.display_last_child_first' help='Set if you want to show the last child industries first when displaying industries.\nChild (Parent < Grandparent)' string='Display Child Industries first'
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' string='Use industry for individuals'
Public methods (0)

No public methods.

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

No public methods.

New fields (4)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True unaccent=False
Public methods (2)
  • copy(self, default=None)
  • name_get(self)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/15.0/partner_industry_secondary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
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
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:32
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry tree Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_form_industry_person Partner form with industry res.partner xpath Inherits partner_industry_secondary.view_partner_form_industry
view_partner_form_industry_person0 Partner form with industry res.partner xpath Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_partner_tree_industry_person Partner tree with industry res.partner field Inherits partner_industry_secondary.view_partner_tree_industry
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
view_res_partner_filter_industry_person Partner search with industry res.partner filter Inherits partner_industry_secondary.view_res_partner_filter_industry
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' string='Use industry for individuals'
Public methods (0)

No public methods.

New fields (2)
  • industry_id Many2one
    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.

New fields (4)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True
Public methods (2)
  • copy(self, default=None)
  • name_get(self)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/14.0/partner_industry_secondary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, oca-git-bot, Surachet Saejueng
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry tree Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_form_industry_person Partner form with industry res.partner xpath Inherits partner_industry_secondary.view_partner_form_industry
view_partner_form_industry_person0 Partner form with industry res.partner xpath Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_partner_tree_industry_person Partner tree with industry res.partner field Inherits partner_industry_secondary.view_partner_tree_industry
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
view_res_partner_filter_industry_person Partner search with industry res.partner filter Inherits partner_industry_secondary.view_res_partner_filter_industry
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' args: 'Use industry for individuals'
Public methods (0)

No public methods.

New fields (2)
  • industry_id Many2one
    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.

New fields (4)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True
Public methods (2)
  • copy(self, default=None)
  • name_get(self)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/13.0/partner_industry_secondary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
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/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.partner_partner_industry_secondary res.config.settings div Inherits base.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry tree Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_form_industry_person Partner form with industry res.partner xpath Inherits partner_industry_secondary.view_partner_form_industry
view_partner_form_industry_person0 Partner form with industry res.partner xpath Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_partner_tree_industry_person Partner tree with industry res.partner field Inherits partner_industry_secondary.view_partner_tree_industry
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
view_res_partner_filter_industry_person Partner search with industry res.partner filter Inherits partner_industry_secondary.view_res_partner_filter_industry
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' args: 'Use industry for individuals'
Public methods (0)

No public methods.

New fields (2)
  • industry_id Many2one
    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.

New fields (4)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True
Public methods (2)
  • copy(self, default=None)
  • name_get(self)
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/12.0/partner_industry_secondary
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJairo Llopis, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
    - mail
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits base_setup.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry field Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_form_industry_person Partner form with industry res.partner xpath Inherits partner_industry_secondary.view_partner_form_industry
view_partner_form_industry_person0 Partner form with industry res.partner xpath Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_partner_tree_industry_person Partner tree with industry res.partner field Inherits partner_industry_secondary.view_partner_tree_industry
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
view_res_partner_filter_industry_person Partner search with industry res.partner filter Inherits partner_industry_secondary.view_res_partner_filter_industry
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' args: 'Use industry for individuals'
Public methods (0)

No public methods.

New fields (2)
  • industry_id Many2one
    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.

New fields (4)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_path Char
    index=True
Public methods (1)
  • name_get(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/partner-contact
GIT
GIThttps://github.com/OCA/partner-contact.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/partner-contact/tree/11.0/partner_industry_secondary
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
COMMITTERSGitHub, mreficent, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/partner-contact
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_setup
    - base
    - web
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits base_setup.res_config_settings_view_form
res_partner_industry_view_form Industry res.partner.industry field Inherits base.res_partner_industry_view_form
res_partner_industry_view_tree Industry res.partner.industry field Inherits base.res_partner_industry_view_tree
view_partner_form_industry Partner form with industry res.partner field Inherits base.view_partner_form
view_partner_form_industry_person Partner form with industry res.partner xpath Inherits partner_industry_secondary.view_partner_form_industry
view_partner_form_industry_person0 Partner form with industry res.partner xpath Inherits base.view_partner_form
view_partner_tree_industry Partner tree with industry res.partner field Inherits base.view_partner_tree
view_partner_tree_industry_person Partner tree with industry res.partner field Inherits partner_industry_secondary.view_partner_tree_industry
view_res_partner_filter_industry Partner search with industry res.partner field Inherits base.view_res_partner_filter
view_res_partner_filter_industry_person Partner search with industry res.partner filter Inherits partner_industry_secondary.view_res_partner_filter_industry
Models touched (3)

New fields (1)
  • group_use_partner_industry_for_person Boolean
    help='Set if you want to be able to use industries for individuals also.' implied_group='partner_industry_secondary.group_use_partner_industry_for_person' args: 'Use industry for individuals'
Public methods (0)

No public methods.

New fields (2)
  • industry_id Many2one
    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.

New fields (5)
  • child_ids One2many → res.partner.industry
    comodel_name='res.partner.industry' inverse_name='parent_id' string='Children'
  • name Char
    required=True
  • parent_id Many2one → res.partner.industry
    comodel_name='res.partner.industry' ondelete='restrict'
  • parent_left Integer
    index=True args: 'Parent Left'
  • parent_right Integer
    index=True args: 'Parent Right'
Public methods (1)
  • name_get(self)
    @api.multi