TIP: You can type at any time to perform a new search.
Lead to Tasks
crm_project · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → crm.leaddomain=[('type', '=', 'lead')]string='Lead' args: 'crm.lead' -
project_idMany2one → project.projectstring='Project' args: 'project.project'
-
action_lead_to_project_task(self)@api.multi -
default_get(self, fields)@api.model
Loading…