danieldemedziuk / odoo12-hr_timesheet_project_duration

This is an addition to Odoo 12 to the hr_timesheet_sheet module, which extends the module's capabilities. The module adds a list of employees who can be assigned to the project and a certain number of hours.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odoo12 Project duration module

Table of contents

General info

This is an addition to the hr_timesheet_sheet module, which extends the module's capabilities. The module adds a list of employees who can be assigned to the project and specifies the number of hours. Thanks to filled in work cards, the number of hours assigned to an employee will decrease. Each added employee may additionally have a helper who will be able to add this project to his work card. In case of an employee with a helper added, their number of hours will be added. Additionally, the table shows the number of hours that the team has been assigned to use.

For more details please contact the author: daniel.demedziuk@gmail.com

Timesheet Project Duration

Features:

  • project team for the project
  • determining the number of hours for individual employees
  • checking the correctness of completed work cards
  • better project management

Technical

Technical name: hr_timesheet_project_duration

Depends:

  • account
  • hr
  • hr_timesheet_sheet

Analytical account table

An additional table appears in the analytical account form at the bottom and shows in turn:

  • Employee - downloaded from hr.employee,
  • Assistant Exist - you can add a second employee as an assistant for the first,
  • Assistant - first employee assistant downloaded from hr.employee
  • Hours unused - result of the subtraction between the total number of hours and hours of employees,
  • Number of hours - the total number of hours assigned by the manager to an employee to complete a project.

Errors

When an employee who is not on the list tries to add a project to his work card and fill it in, he receives the following message.
#1 Error message

When an employee who has been added to the list exceeds or incorrectly completes the number of hours per project, he will receive the following message.
#2 Error message

Work on the module is still in progress. All comments, code review and corrections are welcome. I reserve the right to change the concept of the module together with its appearance and functionality.

About

This is an addition to Odoo 12 to the hr_timesheet_sheet module, which extends the module's capabilities. The module adds a list of employees who can be assigned to the project and a certain number of hours.


Languages

Language:Python 100.0%