Repository
OCA/project · module folder · Try on Runboat
Module version
0.1.0
Category
project
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://www.akretion.com
Last tracking update
2026-08-07 07:17:46
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
GitHub, Stéphane Bidoul (ACSONE), David Beal, Weblate, OCA Transbot, oca-travis, Mourad Elhadj Mimoune, tbaden
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_task_form2 project.task Inherits project.view_task_form2
view_task_tree2 project.task Inherits project.view_task_tree2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • read(self, fields=None, load='_classic_read')

New fields (0)

No new fields.

Public methods (2)
  • get_actions(self, action_slot, model, res_id=False)
    @api.model
    Add an action to all Model objects of the ERP
  • set_task_action(self, model, res_id=False)
    @api.model

New fields (3)
  • action_id Many2one → ir.actions.act_window
    help='Action called to go to the original window.' string='Action' args: 'ir.actions.act_window'
  • model_reference Reference
    selection='_authorised_models'
  • task_origin Char
    compute='_compute_task_origin'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • goto_document(self)

Loading…