From a56edc093d09bf24d4af85388ec242011030ac7b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 24 Jan 2025 21:08:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + hr_employee_relative/README.rst | 20 +++++++++---------- .../static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 818e1a8222f..2d72f88a4ad 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [hr_employee_firstname](hr_employee_firstname/) | 18.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_relative](hr_employee_relative/) | 18.0.1.0.0 | | Allows storing information about employee's family [hr_employee_second_lastname](hr_employee_second_lastname/) | 18.0.1.0.0 | [![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 [//]: # (end addons) diff --git a/hr_employee_relative/README.rst b/hr_employee_relative/README.rst index eb692ad5b95..5ebc4008522 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:33db2b8abd6478bc61c211c50fc64d942d6de629e98835b8fba8c4158934be5a + !! source digest: sha256:e6bae73ebacafd629c9ff39746796f9457a5f14cdc595c1874c0663b91203139 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -56,19 +56,19 @@ Authors Contributors ------------ -- `CorporateHub `__ +- `CorporateHub `__ - - Alexey Pelykh + - Alexey Pelykh -- Saran Lim. -- Nattapong W. -- Alberto Nieto de Pablos - (https://braintec.com) +- Saran Lim. +- Nattapong W. +- Alberto Nieto de Pablos + (https://braintec.com) -- `APSL-Nagarro `__: +- `APSL-Nagarro `__: - - Patryk Pyczko ppyczko@apsl.net - - Bernat Obrador bobrador@apsl.net + - Patryk Pyczko ppyczko@apsl.net + - Bernat Obrador bobrador@apsl.net Maintainers ----------- diff --git a/hr_employee_relative/static/description/index.html b/hr_employee_relative/static/description/index.html index a31e2e20f11..ea375bcdc05 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:33db2b8abd6478bc61c211c50fc64d942d6de629e98835b8fba8c4158934be5a +!! source digest: sha256:e6bae73ebacafd629c9ff39746796f9457a5f14cdc595c1874c0663b91203139 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 c4c574c4c38..18d41d285f7 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-hr" -version = "18.0.20241119.0" +version = "18.0.20250124.0" dependencies = [ "odoo-addon-hr_employee_firstname==18.0.*", + "odoo-addon-hr_employee_relative==18.0.*", "odoo-addon-hr_employee_second_lastname==18.0.*", ] classifiers=[