diff --git a/hr_employee_phone_extension/README.rst b/hr_employee_phone_extension/README.rst index e21254d471c..cfaf1b8253a 100644 --- a/hr_employee_phone_extension/README.rst +++ b/hr_employee_phone_extension/README.rst @@ -17,21 +17,21 @@ Employee Phone Extension :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/16.0/hr_employee_phone_extension + :target: https://github.com/OCA/hr/tree/17.0/hr_employee_phone_extension :alt: OCA/hr .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_employee_phone_extension + :target: https://translation.odoo-community.org/projects/hr-17-0/hr-17-0-hr_employee_phone_extension :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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| This module adds the following to employees : -* Internal Number -* Short Number +- Internal Number +- Short Number **Table of contents** @@ -43,17 +43,17 @@ Installation To install this module, you need to: -* Clone the branch 12.0 of the repository https://github.com/OCA/hr -* Add the path to this repository in your configuration (addons-path) -* Update the module list -* Search for "Employee Phone Extension" in your addons -* Install the module +- Clone the branch 12.0 of the repository https://github.com/OCA/hr +- Add the path to this repository in your configuration (addons-path) +- Update the module list +- Search for "Employee Phone Extension" in your addons +- Install the module Usage ===== -On the employee form view you will have 2 separate fields, one for Internal Number, -second for Short Number, both optional. +On the employee form view you will have 2 separate fields, one for +Internal Number, second for Short Number, both optional. Bug Tracker =========== @@ -61,7 +61,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. @@ -69,25 +69,26 @@ Credits ======= Authors -~~~~~~~ +------- * Savoir-faire Linux Contributors -~~~~~~~~~~~~ - -* Sandy Carter -* El Hadji Dem -* Vincent Renaville -* Charbel Jacquin -* Denis Leemann -* Serpent Consulting Services Pvt. Ltd. -* Anand Kansagra -* Saran Lim. -* aphon61bank +------------ + +- Sandy Carter +- El Hadji Dem +- Vincent Renaville +- Charbel Jacquin +- Denis Leemann +- Serpent Consulting Services Pvt. Ltd. +- Anand Kansagra +- Saran Lim. +- aphon61bank +- Manish Bohra Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -99,6 +100,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -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_employee_phone_extension/__manifest__.py b/hr_employee_phone_extension/__manifest__.py index 5cc68cc2d1a..9a93a23fc67 100644 --- a/hr_employee_phone_extension/__manifest__.py +++ b/hr_employee_phone_extension/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Employee Phone Extension", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Human Resources", "author": "Savoir-faire Linux,Odoo Community Association (OCA)", "website": "https://github.com/OCA/hr", diff --git a/hr_employee_phone_extension/pyproject.toml b/hr_employee_phone_extension/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/hr_employee_phone_extension/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/hr_employee_phone_extension/readme/CONTRIBUTORS.md b/hr_employee_phone_extension/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..29b3de3cc95 --- /dev/null +++ b/hr_employee_phone_extension/readme/CONTRIBUTORS.md @@ -0,0 +1,10 @@ +- Sandy Carter \<\> +- El Hadji Dem \<\> +- Vincent Renaville \<\> +- Charbel Jacquin \<\> +- Denis Leemann \<\> +- Serpent Consulting Services Pvt. Ltd.\<\> +- Anand Kansagra \<\> +- Saran Lim. \<\> +- aphon61bank \<\> +- Manish Bohra \<\> diff --git a/hr_employee_phone_extension/readme/CONTRIBUTORS.rst b/hr_employee_phone_extension/readme/CONTRIBUTORS.rst deleted file mode 100644 index 8775003e399..00000000000 --- a/hr_employee_phone_extension/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* Sandy Carter -* El Hadji Dem -* Vincent Renaville -* Charbel Jacquin -* Denis Leemann -* Serpent Consulting Services Pvt. Ltd. -* Anand Kansagra -* Saran Lim. -* aphon61bank diff --git a/hr_employee_phone_extension/readme/DESCRIPTION.rst b/hr_employee_phone_extension/readme/DESCRIPTION.md similarity index 58% rename from hr_employee_phone_extension/readme/DESCRIPTION.rst rename to hr_employee_phone_extension/readme/DESCRIPTION.md index 83779f0ad68..59d54e92c75 100644 --- a/hr_employee_phone_extension/readme/DESCRIPTION.rst +++ b/hr_employee_phone_extension/readme/DESCRIPTION.md @@ -1,4 +1,4 @@ This module adds the following to employees : -* Internal Number -* Short Number +- Internal Number +- Short Number diff --git a/hr_employee_phone_extension/readme/INSTALL.md b/hr_employee_phone_extension/readme/INSTALL.md new file mode 100644 index 00000000000..c74463ea50f --- /dev/null +++ b/hr_employee_phone_extension/readme/INSTALL.md @@ -0,0 +1,7 @@ +To install this module, you need to: + +- Clone the branch 12.0 of the repository +- Add the path to this repository in your configuration (addons-path) +- Update the module list +- Search for "Employee Phone Extension" in your addons +- Install the module diff --git a/hr_employee_phone_extension/readme/INSTALL.rst b/hr_employee_phone_extension/readme/INSTALL.rst deleted file mode 100644 index e697cf9b66c..00000000000 --- a/hr_employee_phone_extension/readme/INSTALL.rst +++ /dev/null @@ -1,7 +0,0 @@ -To install this module, you need to: - -* Clone the branch 12.0 of the repository https://github.com/OCA/hr -* Add the path to this repository in your configuration (addons-path) -* Update the module list -* Search for "Employee Phone Extension" in your addons -* Install the module diff --git a/hr_employee_phone_extension/readme/USAGE.rst b/hr_employee_phone_extension/readme/USAGE.md similarity index 51% rename from hr_employee_phone_extension/readme/USAGE.rst rename to hr_employee_phone_extension/readme/USAGE.md index 5cc165787f5..eecbf99bf8c 100644 --- a/hr_employee_phone_extension/readme/USAGE.rst +++ b/hr_employee_phone_extension/readme/USAGE.md @@ -1,2 +1,2 @@ -On the employee form view you will have 2 separate fields, one for Internal Number, -second for Short Number, both optional. +On the employee form view you will have 2 separate fields, one for +Internal Number, second for Short Number, both optional.