Repository
OCA/project · module folder · Try on Runboat
Module version
0.1
Category
Project Management
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.akretion.com
Last tracking update
2026-08-07 06:56:11
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Alexandre Fayolle, moylop260, Dmytro Katyukha
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Project Action Item
===================

This module adds action items on project tasks. When a user has completed the
action item of a task, he can click on a button *Done with Timesheet*
that starts a wizard ; this wizard will mark the action item as done and
will create a timesheet line.

This module depends on the module *hr_timesheet_task*
which is available on https://github.com/OCA/hr-timesheet/

Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_timesheet_line_form add.action.items.on.timesheet.form hr.analytic.timesheet form Inherits hr_timesheet_task.hr_timesheet_line_form
project_action_item_form project_action_item.form project.action.item form New
project_action_item_search project_action_item.search project.action.item search New
project_action_item_timesheet_form project_action_item_timesheet.form project.action.item.timesheet form New
project_action_item_tree project_action_item.tree project.action.item tree New
view_task_form2 add.action.items.on.tasks.form project.task form Inherits project.view_task_form2
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (4)
  • action_item_done_with_timesheet_wizard(self, cr, uid, ids, context=None)
  • back_to_todo(self, cr, uid, ids, context=None)
  • set_to_done(self, cr, uid, ids, context=None)
  • set_to_progress(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, cr, uid, fields_list, context=None)
  • update_action_create_timesheet(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.