-
-
Notifications
You must be signed in to change notification settings - Fork 247
/
__manifest__.py
36 lines (35 loc) · 1.15 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# (c) 2014 Kmee - Luis Felipe Mileo <[email protected]>
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Brazilian Localization HR",
"summary": "Brazilian Localization HR",
"category": "Localization",
"author": "KMEE, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.1.5.1",
"depends": ["hr", "l10n_br_base"],
"data": [
"data/l10n_br_hr.cbo.csv",
"data/dependent_type_data.xml",
"data/hr_deficiency_data.xml",
"data/hr_ethnicity_data.xml",
"data/hr_educational_attainment_data.xml",
"security/ir.model.access.csv",
"views/res_company_view.xml",
"views/l10n_br_hr_cbo_view.xml",
"views/hr_employee_dependent_view.xml",
"views/hr_employee_view.xml",
"views/hr_job_view.xml",
"views/inherited_hr_contract.xml",
],
"demo": ["demo/hr_employee_dependent_demo.xml"],
"test": [],
"installable": True,
"auto_install": False,
"license": "AGPL-3",
"external_dependencies": {
"python": [
"erpbrasil.base>=2.3.0",
]
},
}