[IMP] sql_export_excel: black, isort, prettier

This commit is contained in:
Florian da Costa
2022-12-13 20:46:13 +01:00
parent a55e0e0165
commit 9b5579e79b
3 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# generated from manifests external_dependencies
lxml
openpyxl
py3o.formats
py3o.template
PyPDF2

View File

@@ -0,0 +1 @@
../../../../sql_export_excel

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)