Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion l10n_br_account/tests/test_account_move_sn.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def test_revenda(self):
"account_id": self.env["account.account"]
.search(
[
("name", "=", "ICMS a Recolher"),
("name", "=", "ICMS"),
("account_type", "=", "liability_current"),
("company_id", "=", self.company_data["company"].id),
],
limit=1,
Expand Down
6 changes: 1 addition & 5 deletions l10n_br_coa_simple/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

===================================
Plano de Contas do Simples ITG 1000
===================================
Expand All @@ -17,7 +13,7 @@ Plano de Contas do Simples ITG 1000
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--brazil-lightgray.png?logo=github
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_coa_simple/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"depends": ["l10n_br_coa"],
"data": [
"data/l10n_br_coa_simple_template.xml",
"data/account_group.xml",
"data/account_group_template.xml",
"data/account.account.template.csv",
"data/l10n_br_coa.account.tax.group.account.template.csv",
"data/l10n_br_coa_simple_template_post.xml",
Expand Down
289 changes: 218 additions & 71 deletions l10n_br_coa_simple/data/account.account.template.csv

Large diffs are not rendered by default.

262 changes: 0 additions & 262 deletions l10n_br_coa_simple/data/account_group.xml

This file was deleted.

Loading