Skip to content

Commit

Permalink
TA#67305 [IMP] aeroo_reports: Correct flake8 Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed Sep 13, 2024
1 parent a15d2bc commit b5c886c
Show file tree
Hide file tree
Showing 19 changed files with 578 additions and 487 deletions.
20 changes: 10 additions & 10 deletions report_aeroo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
################################################################################
#
# This file is part of Aeroo Reports software - for license refer LICENSE file
# This file is part of Aeroo Reports software - for license refer LICENSE file
#
################################################################################

check_list = [
'import aeroolib',
'import genshi',
'from genshi.template import NewTextTemplate',
'from xml.dom import minidom',
'from pyPdf import PdfFileWriter, PdfFileReader',
]
# check_list = [
# 'import aeroolib',
# 'import genshi',
# 'from genshi.template import NewTextTemplate',
# 'from xml.dom import minidom',
# 'from pyPdf import PdfFileWriter, PdfFileReader',
# ]

#from . import check_deps
#check_deps(check_list)
# from . import check_deps
# check_deps(check_list)

from . import controllers
from . import models
Expand Down
16 changes: 8 additions & 8 deletions report_aeroo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
#
# This file is part of Aeroo Reports software - for license refer LICENSE file
# This file is part of Aeroo Reports software - for license refer LICENSE file
#
################################################################################

Expand All @@ -14,16 +14,16 @@
'complexity': "easy",
'depends': ['base', 'web', 'mail'],
'data': [
"views/report_view.xml",
"data/report_aeroo_data.xml",
"wizard/installer.xml",
"security/ir.model.access.csv",
"demo/report_sample.xml",
],
"views/report_view.xml",
"data/report_aeroo_data.xml",
"wizard/installer.xml",
"security/ir.model.access.csv",
"demo/report_sample.xml",
],
'assets': {
'web.assets_backend': [
'report_aeroo/static/src/js/report/reportactionmanager.js',
],
],
},
"license": "GPL-3 or any later version",
'installable': True,
Expand Down
Loading

0 comments on commit b5c886c

Please sign in to comment.