Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] hr_phone: Migration to 16.0 #297

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7dc2d15
Very large changes in the structure of the project :
Jul 27, 2014
71afe83
5 modules are now in auto_install mode
Aug 29, 2014
0fb7558
Fix code style
Nov 5, 2014
cdd66a1
Add widget="phone" in tree view, to have an easy-to-read phone number…
Dec 16, 2014
ddb31b9
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
4c566ea
If you enter a phone number in national format, it is now interpreted…
Mar 20, 2015
2fb5708
More Yaml tests
Mar 20, 2015
0bcee92
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
5ecd988
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
15b756b
Port hr_phone to v9
alexis-via May 21, 2016
cd7800e
Port event_phone and hr_recruitment_phone to v9
alexis-via May 21, 2016
2d60f8a
Restore the object crm.phonecall that was dropped in v9 community
alexis-via May 23, 2016
d4abd50
Started to implement solution d) as discussed in https://github.com/O…
alexis-via Jun 24, 2016
8ce73df
[MIG] Make modules uninstallable
pedrobaeza Oct 6, 2016
84ec8d9
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
da89388
Port crm_phone, hr_phone, hr_recruitment_phone, event_phone to v10
alexis-via Oct 28, 2016
3e61b0a
Port to v12 base_phone, asterisk_click2dial, crm_phone, hr_phone, eve…
alexis-via Nov 15, 2018
ff7fa7d
[MIG] hr_phone from v12 to v14
alexis-via May 15, 2021
9ce1b2e
hr_phone: black, isort, ...
alexis-via May 15, 2021
a6e118e
hr_phone: add unit test
alexis-via May 15, 2021
07208e7
[MIG] hr_phone: Migration to 15.0
Aldeigja Dec 21, 2022
4cbbc8d
[IMP] hr_phone: black, isort, prettier
nguyenminhchien Mar 16, 2023
ea130f5
[16.0][MIG] hr_phone: Migration to 16.0
nguyenminhchien Mar 16, 2023
00cf52c
[DON'T MERGE] test-requirements.txt
nguyenminhchien May 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions hr_phone/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
========
HR Phone
========

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fconnector--telephony-lightgray.png?logo=github
:target: https://github.com/OCA/connector-telephony/tree/16.0/hr_phone
:alt: OCA/connector-telephony
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/connector-telephony-16-0/connector-telephony-16-0-hr_phone
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/connector-telephony&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module validates phone numbers in the Employee form, just like the *phone_validation*
module valide phone numbers in the Partner form. It also adds phone number lookup on employees on incoming calls.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/connector-telephony/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/connector-telephony/issues/new?body=module:%20hr_phone%0Aversion:%2016.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
~~~~~~~

* Akretion

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

* Alexis de Lattre <[email protected]>
* `Trobz <https://trobz.com>`_:

* Hung Huynh <[email protected]>
* Nguyễn Minh Chiến <[email protected]>

Other credits
~~~~~~~~~~~~~

The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
:target: https://github.com/alexis-via
:alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via|

This module is part of the `OCA/connector-telephony <https://github.com/OCA/connector-telephony/tree/16.0/hr_phone>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions hr_phone/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
18 changes: 18 additions & 0 deletions hr_phone/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2014-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "HR Phone",
"version": "16.0.1.0.0",
"category": "Phone",
"license": "AGPL-3",
"summary": "Validate phone numbers in HR",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/connector-telephony",
"depends": ["base_phone", "hr"],
"data": ["security/ir.model.access.csv"],
"installable": True,
"auto_install": True,
}
39 changes: 39 additions & 0 deletions hr_phone/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_phone
#
# Translators:
# enjolras <[email protected]>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-10 01:40+0000\n"
"PO-Revision-Date: 2018-02-10 01:40+0000\n"
"Last-Translator: enjolras <[email protected]>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee__display_name
msgid "Display Name"
msgstr ""

#. module: hr_phone
#: model:ir.model,name:hr_phone.model_hr_employee
msgid "Employee"
msgstr "Empleado"

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee__id
msgid "ID"
msgstr ""

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee____last_update
msgid "Last Modified on"
msgstr ""
34 changes: 34 additions & 0 deletions hr_phone/i18n/hr_phone.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_phone
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee__display_name
msgid "Display Name"
msgstr ""

#. module: hr_phone
#: model:ir.model,name:hr_phone.model_hr_employee
msgid "Employee"
msgstr ""

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee__id
msgid "ID"
msgstr ""

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee____last_update
msgid "Last Modified on"
msgstr ""
39 changes: 39 additions & 0 deletions hr_phone/i18n/tr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_phone
#
# Translators:
# Ediz Duman <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-01 16:29+0000\n"
"PO-Revision-Date: 2017-05-01 16:29+0000\n"
"Last-Translator: Ediz Duman <[email protected]>, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee__display_name
msgid "Display Name"
msgstr ""

#. module: hr_phone
#: model:ir.model,name:hr_phone.model_hr_employee
msgid "Employee"
msgstr "Personel"

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee__id
msgid "ID"
msgstr ""

#. module: hr_phone
#: model:ir.model.fields,field_description:hr_phone.field_hr_employee____last_update
msgid "Last Modified on"
msgstr ""
1 change: 1 addition & 0 deletions hr_phone/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import hr_employee
40 changes: 40 additions & 0 deletions hr_phone/models/hr_employee.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 2012-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, models

from odoo.addons.phone_validation.tools import phone_validation


class HrEmployeePrivate(models.Model):
_inherit = "hr.employee"
_phone_name_sequence = 30

def _phone_get_number_fields(self):
# work_phone is now a computed field that take the value address_id.phone
# Don't put emergency_phone in _phone_name_fields because it is not a phone
# number of the employee
return ["mobile_phone"]

@api.onchange("mobile_phone")
def mobile_phone_change(self):
if self.mobile_phone:
self.mobile_phone = self._phone_format(self.mobile_phone)

@api.onchange("emergency_phone")
def emergency_phone_change(self):
if self.emergency_phone:
self.emergency_phone = self._phone_format(self.emergency_phone)

def _phone_format(self, number, country=None):
country = country or self.country_id or self.env.company.country_id
if not country:
return number
return phone_validation.phone_format(
number,
country.code if country else None,
country.phone_code if country else None,
force_format="INTERNATIONAL",
raise_exception=False,
)
5 changes: 5 additions & 0 deletions hr_phone/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Alexis de Lattre <[email protected]>
* `Trobz <https://trobz.com>`_:

* Hung Huynh <[email protected]>
* Nguyễn Minh Chiến <[email protected]>
1 change: 1 addition & 0 deletions hr_phone/readme/CREDITS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp
2 changes: 2 additions & 0 deletions hr_phone/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module validates phone numbers in the Employee form, just like the *phone_validation*
module valide phone numbers in the Partner form. It also adds phone number lookup on employees on incoming calls.
2 changes: 2 additions & 0 deletions hr_phone/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
callerid_hr_employee_read,Read access on hr.employee,hr.model_hr_employee,base_phone.group_callerid,1,0,0,0
Binary file added hr_phone/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading