Syncing from upstream OCA/project (19.0)#1327
Merged
bt-admin merged 40 commits intobrain-tec:19.0from Apr 28, 2026
Merged
Conversation
Project HR ========== This is a technical module for adding some HR information to projects and provide technical fields with HR information: - Employee categories at project and task level. - Employee linked to the user assigned to a task. - Employee categories at user level. These fields can be used later for extra features like task scheduling or security restrictions. It also provides some facilities on project management: * Limit selection of assigned users according selected employee category at task level. * Limit selection of employee categories at task level depending on the selected categories at project level. All are shown if no categories at project level. Configuration ============= For setting employee categories at project level: 1. Go to *Project > Dashboard*. 2. Click on the 3 vertical dots for unfolding options and select "Settings". 3. Put the wanted employee categories on the field "Employee Categories". For setting employee categories: 1. Go to *Project > Search > Tasks*. 2. Select or create a new task. 3. Put the wanted employee categories on the field "Employee categories". 4. If there's already some employee categories selected at project level, those will be the only selectable ones in the task. Usage ===== 1. Go to *Project > Search > Tasks*. 2. If there's an employee category selected in the task, you will only be able to select those users whose employee belongs to that category. Known issues / Roadmap ====================== * Limit project and task visibility according employee categories through overriding security methods (as through record rules is not possible without modifying existing ones).
Currently translated at 100.0% (16 of 16 strings) Translation: project-12.0/project-12.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_hr/de/
Currently translated at 100.0% (16 of 16 strings) Translation: project-12.0/project-12.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_hr/sl/
Translated using Weblate (Croatian) Currently translated at 31.2% (5 of 16 strings) Translation: project-12.0/project-12.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_hr/hr/
[ADD] project_hr runbot Update project_hr/__manifest__.py Co-Authored-By: Saran @ Ecosoft <saranl@ecosoft.co.th> [FIX] pre-commit errors
Currently translated at 100.0% (16 of 16 strings) Translation: project-13.0/project-13.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-13-0/project-13-0-project_hr/es/
Currently translated at 100.0% (16 of 16 strings) Translation: project-13.0/project-13.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-13-0/project-13-0-project_hr/ca/
[UPD] Update project_hr.pot [UPD] README.rst
Translated using Weblate (Italian) Currently translated at 52.6% (10 of 19 strings) Translation: project-14.0/project-14.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-14-0/project-14-0-project_hr/it/
TT43237 [UPD] Update project_hr.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-16.0/project-16.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_hr/
Currently translated at 100.0% (16 of 16 strings) Translation: project-16.0/project-16.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_hr/it/
Currently translated at 100.0% (16 of 16 strings) Translation: project-16.0/project-16.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_hr/de/ [UPD] README.rst
Currently translated at 100.0% (16 of 16 strings) Translation: project-16.0/project-16.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_hr/es/
Translated using Weblate (Dutch) Currently translated at 93.7% (15 of 16 strings) Translation: project-16.0/project-16.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_hr/nl/
Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (16 of 16 strings) Translation: project-16.0/project-16.0-project_hr Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_hr/pt_BR/
[BOT] post-merge updates
[BOT] post-merge updates
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 19.0 #1327 +/- ##
==========================================
+ Coverage 98.30% 98.33% +0.03%
==========================================
Files 80 88 +8
Lines 1004 1144 +140
Branches 63 74 +11
==========================================
+ Hits 987 1125 +138
Misses 9 9
- Partials 8 10 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot