Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
CRM
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-07 07:17:43
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
crm_case_form_view_leads_inherit crm.lead.form.lead.inherit crm.lead form Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor_inherit crm.lead.form.opportunity crm.lead form Inherits crm.crm_case_form_view_oppor
crm_role_tree crm.role.tree crm.role tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • partner_role_ids One2many → crm.partner.role
    help='Partners involved on this lead and their roles.' inverse_name='crm_lead_id' args: 'crm.partner.role'
Public methods (0)

No public methods.

New fields (3)
  • crm_lead_id Many2one → crm.lead
    args: 'crm.lead'
  • role_id Many2one → crm.role
    string='Role' args: 'crm.role'
  • role_partner_id Many2one → res.partner
    string='Partner' args: 'res.partner'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    required=True
Public methods (0)

No public methods.