Project Estimation

Add an estimation mode on projects

Technical Name:
project_estimation
Version:
12.0
License:
Author:
Numigi
Website:
https://kastor.lab.numigi.net/web/image/product.template/1187/image_1920?unique=0a81b40
  • Odoo Version

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

Project Estimation

This module defines an Estimation mode on projects.

Smart Button

A smart button is added on projects.

When a project is in Estimation mode, the button is blue.

static/description/project_smart_button_blue.png

Otherwise, the button is gray.

static/description/project_smart_button_gray.png

When I click on the button, a confirmation wizard is opened. This wizard allows to either enter or exit the estimation mode.

static/description/estimation_mode_exit_wizard.png static/description/estimation_mode_enter_wizard.png

Kanban View

In kanban view of projects, a blue badge is added on projects in estimation mode.

static/description/project_kanban.png

Also, a filter allows to view only projects that are in estimation mode.

static/description/project_filter.png

Tasks

In form view of a task, if the task is related to a project in estimation mode, a message is displayed.

static/description/task_form.png

In list or kanban view of tasks, a filter allows to view tasks related to a project in estimation mode.

static/description/task_filter.png

Configuration

By default, when creating or duplicating a project, the new project is NOT in estimation mode.

This prevents the module from breaking unit tests on other modules. The estimation mode can be used to alter behavior on projects (see module project_estimation_material).

It you desire new projects to be created in estimation mode by default, you may define the following system parameter:

project_estimation_mode_active_default = True
static/description/system_parameter.png

Contributors