Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-07 08:42:48
Authors
Odoo Community Association (OCA), Binhex
Maintainers
Odoo Community Association (OCA), Binhex
Committers
Weblate, OCA-git-bot, oca-ci, Adasat Torres de Leon
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the employee quantity field from partners 
to CRM leads and opportunities, allowing users to view and 
utilize this information directly within their CRM workflows.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_tree_view_leads Add employee quantity field as tree column crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add employee quantity field as tree column crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add partner employee quantity field crm.lead form Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add employee range range filter crm.lead Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add employee range filter 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)
  • employee_quantity Integer
  • employee_quantity_range_id Many2one → res.partner.employee_quantity_range
    comodel_name='res.partner.employee_quantity_range' string='Employee quantity range'
Public methods (0)

No public methods.