-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f6a547
commit 5b34cf6
Showing
1 changed file
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
# odoo12-lists | ||
This module allows you to collect and control service requests. All over-project requests are submitted by the implementation staff. This allows you to easily monitor the progress of additional work. All additional requests should be recorded here. A convenient status system makes it easy to manage requests. | ||
# Odoo12 Lists | ||
## Table of contents | ||
* [General info](#general-info) | ||
* [Features](#features) | ||
* [Technical](#technical) | ||
|
||
## General info | ||
This module allows you to collect and control service requests. All over-project requests are submitted by the implementation staff. | ||
This allows you to easily monitor the progress of additional work. All additional requests should be recorded here. A convenient status system makes it easy to manage requests. | ||
|
||
For more details please contact the author: | ||
<a href="mailto:daniel.demedziuk@gmail.com">daniel.demedziuk@gmail.com</a> | ||
|
||
<img src="https://i.ibb.co/8mdHt8f/b1.png" alt="Odoo Lists"> | ||
|
||
### Features: | ||
- collecting additional tasks submitted by the customer | ||
- assigning an employee to perform a task | ||
- recording the number of hours to complete the task | ||
- determining the current status of the case | ||
|
||
## Technical | ||
Technical name: <b>lists</b> | ||
### Depends: | ||
- hr | ||
- project | ||
|
||
<img src="https://i.ibb.co/m0FzkTG/b2.png" alt="List requests"> | ||
|
||
A simple list for easy management of requests from a specific project. Determine the number of hours needed to complete the task and change the status of the case. | ||
## | ||
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. |