CRM Partner Employee Quantity

crm_partner_employee_quantity
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/18.0/crm_partner_employee_quantity
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Binhex
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Binhex
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Adasat Torres de Leon
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_employee_quantity
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 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 field Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add employee quantity field as tree column crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form Add partner employee quantity field crm.lead xpath Inherits crm.crm_lead_view_form
view_crm_case_leads_filter Add employee range range filter crm.lead xpath Inherits crm.view_crm_case_leads_filter
view_crm_case_opportunities_filter Add employee range filter crm.lead xpath Inherits crm.view_crm_case_opportunities_filter
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.