diff --git a/README.md b/README.md index 9760efb9024..b70b9a9de05 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ TODO: add repo description. [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +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 [//]: # (end addons) diff --git a/hr_employee_firstname/README.rst b/hr_employee_firstname/README.rst index a585116f49c..90c81c3d096 100644 --- a/hr_employee_firstname/README.rst +++ b/hr_employee_firstname/README.rst @@ -7,7 +7,7 @@ HR Employee First Name, Last Name !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ffa31618c18bdd243ee469b30e00a10c4adb1625eb8e0723c119219deaa7bab8 + !! source digest: sha256:f765dbe15767a06e05388623b7c7ddde3319dac0fa0c4ff35b49781eef4b668c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_employee_firstname/static/description/index.html b/hr_employee_firstname/static/description/index.html index 86c299e4dc2..95024b4afa3 100644 --- a/hr_employee_firstname/static/description/index.html +++ b/hr_employee_firstname/static/description/index.html @@ -367,7 +367,7 @@

HR Employee First Name, Last Name

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ffa31618c18bdd243ee469b30e00a10c4adb1625eb8e0723c119219deaa7bab8 +!! source digest: sha256:f765dbe15767a06e05388623b7c7ddde3319dac0fa0c4ff35b49781eef4b668c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to add firstname and lastname in employee form, diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000000..c0a25c8d847 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-hr" +version = "17.0.20231116.0" +dependencies = [ + "odoo-addon-hr_employee_firstname>=17.0dev,<17.1dev", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 17.0", +]