Skip to content

Commit 3c15f5a

Browse files
[MIG] l10n_br_coa: Refactor
1 parent 8d36301 commit 3c15f5a

16 files changed

+203
-1038
lines changed

l10n_br_coa/README.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,17 @@ Authors
139139
Contributors
140140
------------
141141

142-
- Gabriel Cardoso de Faria <gabriel.cardoso@kmee.com.br>
143-
- Renato Lima <renato.lima@akretion.com.br>
142+
- `KMEE <https://www.kmee.com.br>`__:
143+
144+
- Gabriel Cardoso de Faria <gabriel.cardoso@kmee.com.br>
145+
146+
- `Akretion <https://www.akretion.com/pt-BR>`__:
147+
148+
- Renato Lima <renato.lima@akretion.com.br>
149+
150+
- `Escodoo <https://escodoo.com.br>`__:
151+
152+
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
144153

145154
Maintainers
146155
-----------

l10n_br_coa/__manifest__.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@
1010
"license": "AGPL-3",
1111
"author": "Akretion, KMEE, Odoo Community Association (OCA)",
1212
"maintainers": ["renatonlima", "mileo"],
13-
"category": "Accounting",
13+
"category": "Accounting/Localizations/Account Charts",
1414
"website": "https://github.com/OCA/l10n-brazil",
1515
"depends": ["account"],
1616
"data": [
17-
# security
18-
"security/ir.model.access.csv",
1917
# Data
20-
"data/l10n_br_coa_template.xml",
2118
"data/account_tax_tag.xml",
22-
"data/account_tax_group.xml",
23-
"data/account_tax_template.xml",
2419
# Views
25-
"views/account_tax_template.xml",
2620
"views/account_tax.xml",
2721
],
2822
"development_status": "Production/Stable",

l10n_br_coa/data/account_tax_group.xml

-101
This file was deleted.

0 commit comments

Comments
 (0)