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
1 change: 0 additions & 1 deletion l10n_uy_reports/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import report
from . import wizards
3 changes: 1 addition & 2 deletions l10n_uy_reports/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "Uruguay - Accounting Reports",
"version": "18.0.1.1.0",
"version": "18.0.1.2.0",
"author": "ADHOC SA",
"license": "LGPL-3",
"category": "Localization",
Expand All @@ -13,7 +13,6 @@
"data": [
"data/account_financial_report_data.xml",
"report/account_uy_vat_line_views.xml",
"wizards/form_report_wiz_views.xml",
"security/ir.model.access.csv",
"security/security.xml",
],
Expand Down
1 change: 0 additions & 1 deletion l10n_uy_reports/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_uy_vat_line,access_account_uy_vat_line,model_account_uy_vat_line,account.group_account_user,1,0,0,0
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
5 changes: 0 additions & 5 deletions l10n_uy_reports/wizards/__init__.py

This file was deleted.

235 changes: 0 additions & 235 deletions l10n_uy_reports/wizards/form_report_wiz.py

This file was deleted.

37 changes: 0 additions & 37 deletions l10n_uy_reports/wizards/form_report_wiz_views.xml

This file was deleted.