Repository
odoo/odoo · module folder
Module version
0.1.0
Category
Project
Folder size
0.29 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:07:17
Authors
Maintainers
None
Committers
Christophe Simonis, Thibault Delavallée, Martin Trigaux, Odoo Translation Bot, Yannick Tivisse, qsm-odoo, Xavier-Do
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Lead to Tasks
=============

Link module to map leads to tasks
        

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_lead_convert2task_view_form crm.lead.convert2task.form crm.lead.convert2task form New
crm_lead_view_form crm.lead.form crm.lead form Inherits crm.crm_case_form_view_leads
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • lead_id Many2one → crm.lead
    domain=[('type', '=', 'lead')] string='Lead' args: 'crm.lead'
  • project_id Many2one → project.project
    string='Project' args: 'project.project'
Public methods (2)
  • action_lead_to_project_task(self)
    @api.multi
  • default_get(self, fields)
    @api.model

Loading…