forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
23 lines (22 loc) · 878 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
# Copyright (C) 2009 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Plano de Contas do Simples ITG 1000",
"summary": "Plano de Contas ITG 1000 para Microempresas e Empresa de Pequeno Porte",
"category": "Accounting",
"license": "AGPL-3",
"author": "Akretion, " "Odoo Community Association (OCA)",
"maintainers": ["renatonlima"],
"development_status": "Production/Stable",
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.3.0.0",
"depends": ["l10n_br_coa"],
"data": [
"data/l10n_br_coa_simple_template.xml",
"data/account_group.xml",
"data/account.account.template.csv",
"data/l10n_br_coa.account.tax.group.account.template.csv",
"data/l10n_br_coa_simple_template_post.xml",
],
"post_init_hook": "post_init_hook",
}