TIP: You can type at any time to perform a new search.
CRM Project Task
crm_project_task · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales/CRM
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crm
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), Moduon
- Maintainers
- Odoo Community Association (OCA), Moduon
- Committers
- Weblate, OCA-git-bot, oca-ci, Liam Noonan
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows salesman to create linked tasks from leads/opportunities in a special project for such tasks
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
inherit_crm_lead_view_form_crm_project_task |
crm.lead.view.form.inherit.crm.project.task | crm.lead | form | Inherits crm.crm_lead_view_form |
res_config_settings_view_form |
res.config.settings.view.form.inherit.crm.project.task | res.config.settings | form | Inherits crm.res_config_settings_view_form |
view_task_form2_inherit_crm_project_task |
project.task.form.inherit | project.task | form | Inherits project.view_task_form2 |
wizard_crm_create_task_view_form |
crm.create.task.form | crm.create.task | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (3)
-
descriptionHtml -
lead_idMany2one → crm.leadargs: 'crm.lead' -
task_nameChar
-
create_task(self)
New fields (2)
-
task_countIntegercompute='_compute_task_count'compute_sudo=True args: '#Task' -
task_idsOne2many → project.taskargs: 'project.task', 'lead_id'
-
action_create_task(self) -
action_view_tasks(self)
New fields (1)
-
lead_idMany2one → crm.leadargs: 'crm.lead'
-
action_open_parent_lead(self)
New fields (1)
-
crm_default_project_idMany2one → project.projectargs: 'project.project'
No public methods.
New fields (1)
-
crm_default_project_idMany2onereadonly=Falserelated='company_id.crm_default_project_id'
No public methods.
Loading…
Loading…
Loading…
Loading…