Repository
OCA/project · module folder · Try on Runboat
Module version
1.1.0
Category
Project
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/project
Last tracking update
2026-08-07 09:06:22
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Aungkokolin1997, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the name_search() and _compute_display_name() methods of the
project.task model to search for, and display the ID of the task in the
name field.

This module will simplify your operations if they heavily rely on the
task ID. For instance, you can select a task by its ID when creating a
timesheet record.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
project_sharing_project_task_view_kanban project.sharing.project.task.view.kanban project.task kanban Inherits project.project_sharing_project_task_view_kanban
project_sharing_project_task_view_tree project.sharing.project.task.tree project.task tree Inherits project.project_sharing_project_task_view_tree
view_task_kanban project.task.kanban project.task kanban Inherits project.view_task_kanban
view_task_search_form_project_base project.task.search.form project.task form Inherits project.view_task_search_form_project_base
view_task_tree2 project.task.tree project.task tree Inherits project.view_task_tree2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model

Loading…

Loading…

Loading…