| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/7.0/project_action_item |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Alexandre Fayolle, moylop260, Dmytro Katyukha |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:14 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/timesheet: - hr_timesheet_task - timesheet_task odoo/odoo: - project - base_setup - base - web_kanban - web - base_status - product - process - decimal_precision - analytic - board - resource - hr_timesheet_invoice - account - edi - email_template - hr_timesheet - hr - hr_attendance - hr_timesheet_sheet |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_timesheet_line_form |
add.action.items.on.timesheet.form | hr.analytic.timesheet | field | 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 | field | Inherits project.view_task_form2 |
No new fields.
Public methods (0)No public methods.
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)
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)
No new fields.
Public methods (0)No public methods.