diff --git a/README.md b/README.md index 6cd2b7f4711..1c32d521c6b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [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_second_lastname](hr_employee_second_lastname/) | 17.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 [hr_holidays_settings](hr_holidays_settings/) | 17.0.1.0.0 | | Enables Settings Form for HR Holidays. [//]: # (end addons) diff --git a/hr_employee_second_lastname/README.rst b/hr_employee_second_lastname/README.rst index 5fad1c50eb5..6656a0d8d18 100644 --- a/hr_employee_second_lastname/README.rst +++ b/hr_employee_second_lastname/README.rst @@ -7,7 +7,7 @@ HR Employee First Name and Two Last Names !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e3ad9ca8445db84cea2f6b86336a239e2277e208c08820c7e4ea30ad9d259fe8 + !! source digest: sha256:ea2fc004a6c716919eb89cf8230a55478a36bb3923aec54c9a7460aebbe73a45 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_employee_second_lastname/static/description/index.html b/hr_employee_second_lastname/static/description/index.html index e0be80d2e33..42bbbf29f7e 100644 --- a/hr_employee_second_lastname/static/description/index.html +++ b/hr_employee_second_lastname/static/description/index.html @@ -366,7 +366,7 @@
This module allows you to add firstname and lastnames (Father an Mother diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ad88e53c715..200857f0d51 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-hr" -version = "17.0.20231124.0" +version = "17.0.20231226.0" dependencies = [ "odoo-addon-hr_employee_firstname>=17.0dev,<17.1dev", + "odoo-addon-hr_employee_second_lastname>=17.0dev,<17.1dev", "odoo-addon-hr_holidays_settings>=17.0dev,<17.1dev", ] classifiers=[