|
1 |
| -# Copyright 2014-2019 Akretion France (http://www.akretion.com/) |
| 1 | +# Copyright 2014-2021 Akretion France (http://www.akretion.com/) |
2 | 2 | # @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
3 | 3 | # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
4 | 4 |
|
5 | 5 | {
|
6 | 6 | 'name': 'HR Recruitment Phone',
|
7 |
| - 'version': '12.0.1.0.0', |
| 7 | + 'version': '14.0.1.0.0', |
8 | 8 | 'category': 'Phone',
|
9 | 9 | 'license': 'AGPL-3',
|
10 | 10 | 'summary': 'Validate phone numbers in HR Recruitment',
|
11 |
| - 'description': """ |
12 |
| -HR Recruitment Phone |
13 |
| -==================== |
14 |
| -
|
15 |
| -This module validate phone numbers in the HR Recruitment module, just like the |
16 |
| -*base_phone* module valide phone numbers in the Partner form. Please refer to |
17 |
| -the description of the *base_phone* module for more information. |
18 |
| -
|
19 |
| -This module is independant from the Asterisk connector. |
20 |
| -
|
21 |
| -Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> |
22 |
| -for any help or question about this module. |
23 |
| -""", |
24 | 11 | 'author': "Akretion,Odoo Community Association (OCA)",
|
25 |
| - 'website': 'http://www.akretion.com/', |
| 12 | + 'maintainers': ['alexis-via'], |
| 13 | + 'website': 'https://github.com/OCA/connector-telephony', |
26 | 14 | 'depends': ['base_phone', 'hr_recruitment'],
|
27 | 15 | 'data': [
|
28 | 16 | 'security/ir.model.access.csv',
|
29 |
| - 'views/hr_applicant.xml', |
30 | 17 | ],
|
31 | 18 | 'installable': True,
|
32 | 19 | 'auto_install': True,
|
|
0 commit comments