|
3 | 3 | # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
4 | 4 |
|
5 | 5 | {
|
6 |
| - 'name': 'HR Recruitment Phone', |
7 |
| - 'version': '14.0.1.0.0', |
8 |
| - 'category': 'Phone', |
9 |
| - 'license': 'AGPL-3', |
10 |
| - 'summary': 'Validate phone numbers in HR Recruitment', |
11 |
| - 'author': "Akretion,Odoo Community Association (OCA)", |
12 |
| - 'maintainers': ['alexis-via'], |
13 |
| - 'website': 'https://github.com/OCA/connector-telephony', |
14 |
| - 'depends': ['base_phone', 'hr_recruitment'], |
15 |
| - 'data': [ |
16 |
| - 'security/ir.model.access.csv', |
17 |
| - ], |
18 |
| - 'installable': True, |
19 |
| - 'auto_install': True, |
| 6 | + "name": "HR Recruitment Phone", |
| 7 | + "version": "14.0.1.0.0", |
| 8 | + "category": "Phone", |
| 9 | + "license": "AGPL-3", |
| 10 | + "summary": "Validate phone numbers in HR Recruitment", |
| 11 | + "author": "Akretion,Odoo Community Association (OCA)", |
| 12 | + "maintainers": ["alexis-via"], |
| 13 | + "website": "https://github.com/OCA/connector-telephony", |
| 14 | + "depends": ["base_phone", "hr_recruitment"], |
| 15 | + "data": [ |
| 16 | + "security/ir.model.access.csv", |
| 17 | + ], |
| 18 | + "installable": True, |
| 19 | + "auto_install": True, |
20 | 20 | }
|
0 commit comments