Project Stage Allow Timesheet

Allows to tell that a project stage is opened for timesheets.

https://kastor.lab.numigi.net/web/image/product.template/1239/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Project Stage Allow Timesheet

This module adds the notion of time sheet on project stages. With this implementation, the field allow_timesheets on project is now readonly and it is driven by the stage the project is in.

I go on the project stage configuration. I find an option to Allow Timesheet on tasks in this stage.

static/description/project_stage_form.png

On the list view, the Allow Timesheet field is also visible.

static/description/project_stage_list.png

Additionally, the module implements two new constraints that avoid to move time sheets in a project that does not allow time sheets.

It is now forbidden to move a task with time sheets to a project that does not allow time sheets.

static/description/task_error.png

It is not forbidden to move a time sheet into another task if the project does not allow time sheets.

static/description/timesheet_error.png

Contributors