Collection of OCA/project related modules.
  • HTML 85.5%
  • Shell 9.3%
  • Python 5.2%
Find a file
2026-04-21 10:46:55 +02:00
project_key_link_type feat(project_task_billable): add module to define if task is billable or not 2026-04-21 10:46:55 +02:00
project_task_all_menu feat(project_task_billable): add module to define if task is billable or not 2026-04-21 10:46:55 +02:00
project_task_billable feat(project_task_billable): add module to define if task is billable or not 2026-04-21 10:46:55 +02:00
.editorconfig feat(project_key_link_type): migrate 2025-03-10 11:48:30 +01:00
.eslintrc.yml refactor(project_key_link_type): use key instead of code 2025-11-14 20:03:17 +01:00
.gitignore refactor(project_key_link_type): use key instead of code 2025-11-14 20:03:17 +01:00
.pre-commit-config.yaml feat(project_task_billable): add module to define if task is billable or not 2026-04-21 10:46:55 +02:00
.prettierrc.yml feat(project_key_link_type): migrate 2025-03-10 11:48:30 +01:00
.pylintrc refactor(project_key_link_type): use key instead of code 2025-11-14 20:03:17 +01:00
.ruff.toml refactor(project_key_link_type): use key instead of code 2025-11-14 20:03:17 +01:00
LICENSE refactor(project_key_link_type): use key instead of code 2025-11-14 20:03:17 +01:00
README.md feat(project_task_billable): add module to define if task is billable or not 2026-04-21 10:46:55 +02:00
task feat(project_task_billable): add module to define if task is billable or not 2026-04-21 10:46:55 +02:00

Odoo Apps: Project

Odoo modules extending the project module.

Usage

Clone this repo into the Odoo addons directory.

git clone git@github.com:Mint-System/Odoo-Apps-Project.git ./addons/project

Available modules

Module Summary
project_key_link_type Create project key from type sequence.
project_task_all_menu Add project menu to show all tasks.
project_task_billable Define if task is billable or not.