Skip to content

Commit 35a3667

Browse files
committed
[REM] l10n_uy_reports: remove F2181 report
1 parent 5387e26 commit 35a3667

6 files changed

Lines changed: 1 addition & 281 deletions

File tree

l10n_uy_reports/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
from . import models
33
from . import report
4-
from . import wizards

l10n_uy_reports/__manifest__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Part of Odoo. See LICENSE file for full copyright and licensing details.
22
{
33
"name": "Uruguay - Accounting Reports",
4-
"version": "18.0.1.1.0",
4+
"version": "18.0.1.2.0",
55
"author": "ADHOC SA",
66
"license": "LGPL-3",
77
"category": "Localization",
@@ -13,7 +13,6 @@
1313
"data": [
1414
"data/account_financial_report_data.xml",
1515
"report/account_uy_vat_line_views.xml",
16-
"wizards/form_report_wiz_views.xml",
1716
"security/ir.model.access.csv",
1817
"security/security.xml",
1918
],
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
22
access_account_uy_vat_line,access_account_uy_vat_line,model_account_uy_vat_line,account.group_account_user,1,0,0,0
3-
l10n_uy_reports.access_form_report_wiz,access_form_report_wiz,l10n_uy_reports.model_form_report_wiz,base.group_user,1,1,1,1

l10n_uy_reports/wizards/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

l10n_uy_reports/wizards/form_report_wiz.py

Lines changed: 0 additions & 235 deletions
This file was deleted.

l10n_uy_reports/wizards/form_report_wiz_views.xml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)