TIP: You can type at any time to perform a new search.
Partner Industry Secondary
partner_industry_secondary · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.36 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/partner-contact
- Last tracking update
- 2026-08-07 09:06:26
- 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
- crm_industry
- Description
This module adds secondary industries for partners.
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.partner_partner_industry_secondary | res.config.settings | form | Inherits base.res_config_settings_view_form |
res_partner_industry_view_form |
Industry | res.partner.industry | form | 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 | form | Inherits base.view_partner_form |
view_partner_tree_industry |
Partner tree with industry | res.partner | tree | Inherits base.view_partner_tree |
view_res_partner_filter_industry |
Partner search with industry | res.partner | Inherits base.view_res_partner_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
group_use_partner_industry_for_personBooleanhelp='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'
No public methods.
New fields (3)
-
industry_idMany2onestring='Main Industry' -
secondary_industry_idsMany2many → res.partner.industrycomodel_name='res.partner.industry'domain="[('id', '!=', industry_id)]"string='Secondary Industries' -
show_partner_industry_for_personBooleancompute='_compute_show_partner_industry_for_person'
No public methods.
New fields (5)
-
child_idsOne2many → res.partner.industrycomodel_name='res.partner.industry'inverse_name='parent_id'string='Children' -
display_nameCharrecursive=True -
nameCharrequired=True -
parent_idMany2one → res.partner.industrycomodel_name='res.partner.industry'ondelete='restrict' -
parent_pathCharindex=True
-
copy(self, default=None)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…