diff --git a/README.md b/README.md index d2e5d374950..6c830040d34 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [hr_contract_employee_calendar_planning](hr_contract_employee_calendar_planning/) | 15.0.1.0.1 | | Hr Contract Employee Calendar Planning [hr_contract_multi_job](hr_contract_multi_job/) | 15.0.1.0.0 | | HR Contract Multi Jobs [hr_contract_reference](hr_contract_reference/) | 15.0.1.0.0 | | HR Contract Reference +[hr_contract_type](hr_contract_type/) | 15.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Add a Type for Contracts [hr_course](hr_course/) | 15.0.1.1.1 | | This module allows your to manage employee's training courses [hr_department_code](hr_department_code/) | 15.0.1.0.0 | | HR department code [hr_emergency_contact](hr_emergency_contact/) | 15.0.1.0.0 | | HR Emergency Contact diff --git a/hr_contract_type/README.rst b/hr_contract_type/README.rst index 6ef0a5a1559..41e528cdf1b 100644 --- a/hr_contract_type/README.rst +++ b/hr_contract_type/README.rst @@ -7,7 +7,7 @@ Hr Contract Type !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3c424956f7b8f0e0111e346277443163d494e03380d610f11c1fb23d4b99e391 + !! source digest: sha256:4c48b00ef49fd690ff8f2212388356fdddd2d79441803e69ff0a934c20a29876 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Hr Contract Type :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github - :target: https://github.com/OCA/hr/tree/14.0/hr_contract_type + :target: https://github.com/OCA/hr/tree/15.0/hr_contract_type :alt: OCA/hr .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_contract_type + :target: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_contract_type :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=15.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -48,7 +48,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -86,6 +86,6 @@ Current `maintainer `__: |maintainer-etobella| -This module is part of the `OCA/hr `_ project on GitHub. +This module is part of the `OCA/hr `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_contract_type/static/description/index.html b/hr_contract_type/static/description/index.html index c78427fe817..99e66367266 100644 --- a/hr_contract_type/static/description/index.html +++ b/hr_contract_type/static/description/index.html @@ -367,9 +367,9 @@

Hr Contract Type

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3c424956f7b8f0e0111e346277443163d494e03380d610f11c1fb23d4b99e391 +!! source digest: sha256:4c48b00ef49fd690ff8f2212388356fdddd2d79441803e69ff0a934c20a29876 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/hr Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/hr Translate me on Weblate Try me on Runboat

This addons adds the functionality for contract type that was removed on odoo core on 13 and restored on 15.

Table of contents

@@ -395,7 +395,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -421,7 +421,7 @@

Maintainers

promote its widespread use.

Current maintainer:

etobella

-

This module is part of the OCA/hr project on GitHub.

+

This module is part of the OCA/hr project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2831cd1d0e4..21432540ed8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20231107.0 \ No newline at end of file +15.0.20231126.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a990bba2240..33b56c0d0fe 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ 'odoo-addon-hr_contract_employee_calendar_planning>=15.0dev,<15.1dev', 'odoo-addon-hr_contract_multi_job>=15.0dev,<15.1dev', 'odoo-addon-hr_contract_reference>=15.0dev,<15.1dev', + 'odoo-addon-hr_contract_type>=15.0dev,<15.1dev', 'odoo-addon-hr_course>=15.0dev,<15.1dev', 'odoo-addon-hr_department_code>=15.0dev,<15.1dev', 'odoo-addon-hr_emergency_contact>=15.0dev,<15.1dev',