Project Action Item

project_action_item
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/7.0/project_action_item
VERSION
VERSION 0.1
CATEGORY
CATEGORYProject Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Alexandre Fayolle, moylop260, Dmytro Katyukha
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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
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.