forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 8
/
__manifest__.py
28 lines (25 loc) · 960 Bytes
/
__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
# Copyright (C) 2016 Daniel Sadamo - KMEE Informática
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Brazilian Localization HR Contract",
"category": "Localisation",
"license": "AGPL-3",
"author": "KMEE, " "Odoo Community Association (OCA)",
"website": "http://odoo-brasil.org",
"version": "12.0.1.0.0",
"depends": ["hr_contract", "l10n_br_hr"],
"data": [
"views/hr_contract_view.xml",
"data/hr_contract_admission_type_data.xml",
"data/hr_contract_labor_bond_type_data.xml",
"data/hr_contract_labor_regime_data.xml",
"data/hr_contract_notice_termination_data.xml",
"data/hr_contract_resignation_cause_data.xml",
"data/hr_contract_salary_unit_data.xml",
"security/ir.model.access.csv",
],
"test": [],
"external_dependencies": {"python": ["erpbrasil.base.fiscal"]},
"installable": True,
"auto_install": False,
}