Skip to Content

Module: Project Stage Instructions in Task

Module purpose


The Project Stage Instructions in Task module provides Include stage instructions in the task form view, in order to give users context about what need to be done in the stage

Installation


  • Install module cs_project_task_stage_description.
  • Module should be compatible with the your version of Odoo. On install, a window will pop up identifying if the version is not compatible.
  • All module dependencies should be available. On install, a window will pop up identifying if there is any missing dependency. You can obtain the missing dependency from Odoo App Store (https://apps.odoo.com/apps/modules/browse?author=Cloudia) or from Cloudia App Store (https://cloudia.systems/shop)
  • All python dependencies should be available. On install, a window will pop up identifying if there is any missing dependency. Please install from Shell using 'pip3 install <dependency name>'.
  • This module is designed to make these tests before installing itself, so it is safe to perform the above test installation. If all tests are passed, then the module will proceed to install itself.

Module Use


Project Configuration


  1. Set a description for the stage: Include stage instructions in the task form view, in order to give users context about what need to be done in the stage.
  2. The description will show up in each task in the stage.
  3. Changing task stages updates the instructions in the task.