File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ addon | version | maintainers | summary
31
31
[ hr_holidays_settings] ( hr_holidays_settings/ ) | 17.0.1.0.0 | | Enables Settings Form for HR Holidays.
32
32
[ hr_job_category] ( hr_job_category/ ) | 17.0.1.0.1 | | Adds tags to employee through contract and job position
33
33
[ hr_personal_equipment_request] ( hr_personal_equipment_request/ ) | 17.0.1.0.0 | | This addon allows to manage employee personal equipment
34
+ [ hr_study] ( hr_study/ ) | 17.0.1.0.0 | [ ![ victoralmau] ( https://github.com/victoralmau.png?size=30px )] ( https://github.com/victoralmau ) | Structured study field for employees
34
35
35
36
[ // ] : # ( end addons )
36
37
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Employees study field
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:a7dbc328a2f3d67fcb0981c0de6140fbb59bf547522bf33ad0ec48498936d4fd
10
+ !! source digest: sha256:2ec59f665708497a59d57a30a04d8769eef4fbe795c159bfba4e94e5108f6a0f
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Employees study field</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:a7dbc328a2f3d67fcb0981c0de6140fbb59bf547522bf33ad0ec48498936d4fd
370
+ !! source digest: sha256:2ec59f665708497a59d57a30a04d8769eef4fbe795c159bfba4e94e5108f6a0f
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/hr/tree/17.0/hr_study "> < img alt ="OCA/hr " src ="https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/hr-17-0/hr-17-0-hr_study "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This module allows your to define employee studies in a structured way.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " odoo-addons-oca-hr"
3
- version = " 17.0.20240814.1 "
3
+ version = " 17.0.20240820.0 "
4
4
dependencies = [
5
5
" odoo-addon-hr_course>=17.0dev,<17.1dev" ,
6
6
" odoo-addon-hr_department_code>=17.0dev,<17.1dev" ,
@@ -12,6 +12,7 @@ dependencies = [
12
12
" odoo-addon-hr_holidays_settings>=17.0dev,<17.1dev" ,
13
13
" odoo-addon-hr_job_category>=17.0dev,<17.1dev" ,
14
14
" odoo-addon-hr_personal_equipment_request>=17.0dev,<17.1dev" ,
15
+ " odoo-addon-hr_study>=17.0dev,<17.1dev" ,
15
16
]
16
17
classifiers =[
17
18
" Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments