forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 5
/
__manifest__.py
24 lines (23 loc) · 923 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
# Copyright 2016 KMEE
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "L10n Br Resource",
"summary": """
This module extend core resource to create important brazilian
informations. Define a Brazilian calendar and some tools to compute
dates used in financial and payroll modules""",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "KMEE,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"depends": ["l10n_br_base", "resource"],
"maintainers": ["mileo", "hendixcosta", "lfdivino"],
"external_dependencies": {"python": ["workalendar"]},
"data": [
"views/resource_calendar_view.xml",
"views/resource_calendar_leaves_view.xml",
"views/resource_calendar_menu.xml",
"wizards/workalendar_holiday_import_views.xml",
"security/ir.model.access.csv",
],
}