Skip to content

Commit

Permalink
[16.0][IMP] hr_planning_resources: Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniodavid committed Jan 7, 2025
1 parent 480b14f commit 54da0dd
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 204 deletions.
12 changes: 12 additions & 0 deletions hr_planning_resources/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,24 @@ HR Resource Planner

|badge1| |badge2| |badge3| |badge4| |badge5|

This module is designed to improve human resources planning and management within an organization.
It's provides advanced tools for task scheduling, permission management, and resource planning,
allowing managers and employees to organize and visualize their schedules efficiently.

**Table of contents**

.. contents::
:local:

Usage
=====

1. Navigate to the "Planning" section in the main menu.
2. Select "My Planning" to view your assigned tasks.
3. To assign a new task, select "My Planning", click on the New button.
4. You can assign it from the same task, ticket or project using the assign to planning button.
5. In the task, if the "Force recalculation" checkbox is checked, all hours that have elapsed will be calculated.

Bug Tracker
===========

Expand Down
9 changes: 3 additions & 6 deletions hr_planning_resources/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
"summary": "",
"version": "16.0.1.0.7",
"category": "Human Resources",
"website": "https://github.com/BinhexTeam/",
"author": "Binhex",
"website": "https://github.com/OCA/resource",
"author": "Binhex, Odoo Community Association (OCA)",
"depends": [
"project",
"web_timeline",
"helpdesk_mgmt",
"hr_holidays",
"hr_planning_oca",
],
"data": [
"security/ir.model.access.csv",
Expand Down
Loading

0 comments on commit 54da0dd

Please sign in to comment.