diff --git a/README.md b/README.md index c9b629a859e..31d6c7ce7cb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [hr_employee_document](hr_employee_document/) | 17.0.1.0.1 | | Documents attached to the employee profile [hr_employee_firstname](hr_employee_firstname/) | 17.0.1.0.0 | [![Savoir-faire Linux](https://github.com/Savoir-faire Linux.png?size=30px)](https://github.com/Savoir-faire Linux) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Adds First Name to Employee [hr_employee_partner_external](hr_employee_partner_external/) | 17.0.1.0.0 | | Associate an external Partner to Employee +[hr_employee_relative](hr_employee_relative/) | 17.0.1.0.0 | | Allows storing information about employee's family [hr_employee_second_lastname](hr_employee_second_lastname/) | 17.0.1.0.1 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Split Name in First Name, Father's Last Name and Mother's Last Name [hr_holidays_settings](hr_holidays_settings/) | 17.0.1.0.0 | | Enables Settings Form for HR Holidays. [hr_job_category](hr_job_category/) | 17.0.1.0.1 | | Adds tags to employee through contract and job position diff --git a/hr_employee_relative/README.rst b/hr_employee_relative/README.rst index 703bb6877d7..ee92053d086 100644 --- a/hr_employee_relative/README.rst +++ b/hr_employee_relative/README.rst @@ -7,7 +7,7 @@ HR Employee Relatives !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9978b31df0e194b808faaadf77e51a1ccdea14914c5164002db25d4a940c7b1a + !! source digest: sha256:33db2b8abd6478bc61c211c50fc64d942d6de629e98835b8fba8c4158934be5a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_employee_relative/static/description/index.html b/hr_employee_relative/static/description/index.html index 518ade97ea9..569c10a7ff6 100644 --- a/hr_employee_relative/static/description/index.html +++ b/hr_employee_relative/static/description/index.html @@ -367,7 +367,7 @@

HR Employee Relatives

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9978b31df0e194b808faaadf77e51a1ccdea14914c5164002db25d4a940c7b1a +!! source digest: sha256:33db2b8abd6478bc61c211c50fc64d942d6de629e98835b8fba8c4158934be5a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows storing information about employee’s family.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 9ef0853c5e3..5890fe38f95 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-hr" -version = "17.0.20240820.0" +version = "17.0.20240906.0" dependencies = [ "odoo-addon-hr_course>=17.0dev,<17.1dev", "odoo-addon-hr_department_code>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-hr_employee_document>=17.0dev,<17.1dev", "odoo-addon-hr_employee_firstname>=17.0dev,<17.1dev", "odoo-addon-hr_employee_partner_external>=17.0dev,<17.1dev", + "odoo-addon-hr_employee_relative>=17.0dev,<17.1dev", "odoo-addon-hr_employee_second_lastname>=17.0dev,<17.1dev", "odoo-addon-hr_holidays_settings>=17.0dev,<17.1dev", "odoo-addon-hr_job_category>=17.0dev,<17.1dev",