Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 2114 |
Technical Name |
dpms |
License | LGPL-3 |
Website | http://www.3t-solutions.us |
Project Management Application
Odoo Project Management Application for Small and Medium Size businesses
Supported versions: Odoo 10/11
This application module contains the basic templates for project management follow up and cost analysis. It allows project managers to create and follow theirs projects and group them in programs, each projects beside the general attributes it contains the Risk & Issues and the resolution.

Main entities:
- Project
- Program
- Risks
- Issues
- Project Types
- Project Managers
- Program Managers
Additional features
- Document Management
- Kanban and Chart views.
- Custom project reports
Docker
The project is also available in docker hub, you could try it from :
docker pull lyasine/dpms
Then create the first PostgreSQL container and link it to the dpms container as the following:
docker run --name dpmsdb -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres -d postgres
Then create the the dpms container:
docker run --name dpms --link dpmsdb:db -p 8069:8069 -d lyasine/dpms:latest
For support feel free to contact : lyasine@3t-solutions.us
Please log in to comment on this module