GN Career
Module de gestion des fiches de postes et des évolutions de carrière
How to install
- Clone this repository in your odoo's extra-modules folder (i.e. /mnt/extra-addons)
- Refresh list of Applications in UI
- Search for 'gn_career' and click on Install
Changelog
- v16.0.0.0.11 (2024/03/19):
- clean gn_contract.py code and create action_manage_career_button
- v16.0.0.0.10 (2024/03/18):
- constrains task selection in mission detail
- v16.0.0.0.9 (2024/03/17):
- call specific view for task detail
- v16.0.0.0.8 (2024/03/16):
- call specific view for tasks
- v16.0.0.0.7 (2024/03/16):
- call special form view for mission detail in career form
- v16.0.0.0.6 (2024/03/14):
- add task.detail model
- v16.0.0.0.5 (2024/03/10):
- create career from contract form
- v16.0.0.0.4 (2024/03/09):
- statusbar widget for career form
- v16.0.0.0.3 (2024/03/09):
- Filters on tasks
- v16.0.0.0.2 (2024/03/08):
- Add detail of Missions for each Career
- v16.0.0.0.1 (2024/03/02):
- Création du module
Issues
- [] Add menuentries and views in Analyse section for missions and tasks (cf issue #12)
- Workflow Career > Mission > Tasks needs debug
- [] Review total_percentage constraints
- [] Review domains and unicity for tasks and missions in models (constraints)
- [] clean and prune methods
- [] ensure cascade deletion
- [] create gn_career.career.tree view
- [] find some mechanisms to ensure career's state is updated. It is neccesary for contract's method action_manage_career.