Skip to content

Commit

Permalink
[MIG] hr_employee_phone_extension: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manishkumarbohra committed Nov 14, 2023
1 parent d709591 commit 04c368c
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 48 deletions.
55 changes: 28 additions & 27 deletions hr_employee_phone_extension/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -43,51 +43,52 @@ 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
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/hr/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 <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_phone_extension%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_phone_extension%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~
-------

* Savoir-faire Linux

Contributors
~~~~~~~~~~~~

* Sandy Carter <[email protected]>
* El Hadji Dem <[email protected]>
* Vincent Renaville <[email protected]>
* Charbel Jacquin <[email protected]>
* Denis Leemann <[email protected]>
* Serpent Consulting Services Pvt. Ltd.<[email protected]>
* Anand Kansagra <[email protected]>
* Saran Lim. <[email protected]>
* aphon61bank <[email protected]>
------------

- Sandy Carter <[email protected]>
- El Hadji Dem <[email protected]>
- Vincent Renaville <[email protected]>
- Charbel Jacquin <[email protected]>
- Denis Leemann <[email protected]>
- Serpent Consulting Services Pvt. Ltd.<[email protected]>
- Anand Kansagra <[email protected]>
- Saran Lim. <[email protected]>
- aphon61bank <[email protected]>
- Manish Bohra <[email protected]>

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -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 <https://github.com/OCA/hr/tree/16.0/hr_employee_phone_extension>`_ project on GitHub.
This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/17.0/hr_employee_phone_extension>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion hr_employee_phone_extension/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions hr_employee_phone_extension/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
10 changes: 10 additions & 0 deletions hr_employee_phone_extension/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Sandy Carter \<<[email protected]>\>
- El Hadji Dem \<<[email protected]>\>
- Vincent Renaville \<<[email protected]>\>
- Charbel Jacquin \<<[email protected]>\>
- Denis Leemann \<<[email protected]>\>
- Serpent Consulting Services Pvt. Ltd.\<<[email protected]>\>
- Anand Kansagra \<<[email protected]>\>
- Saran Lim. \<<[email protected]>\>
- aphon61bank \<<[email protected]>\>
- Manish Bohra \<<[email protected]>\>
9 changes: 0 additions & 9 deletions hr_employee_phone_extension/readme/CONTRIBUTORS.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This module adds the following to employees :

* Internal Number
* Short Number
- Internal Number
- Short Number
7 changes: 7 additions & 0 deletions hr_employee_phone_extension/readme/INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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
7 changes: 0 additions & 7 deletions hr_employee_phone_extension/readme/INSTALL.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 04c368c

Please sign in to comment.