[IMP] report_xlsx_helper: black, isort, prettier

This commit is contained in:
Luis
2022-01-19 13:28:17 +01:00
parent b9de014b6d
commit e4ecf53e15
3 changed files with 8 additions and 1 deletions

View File

@@ -738,7 +738,7 @@ class ReportXlsxAbstract(models.AbstractModel):
@staticmethod
def _apply_formula_quirk(args_data, cell_type, cell_format):
""" Insert empty value to force LibreOffice to recompute the value """
"""Insert empty value to force LibreOffice to recompute the value"""
if cell_type == "formula":
if not cell_format:
# Insert positional argument for missing format

View File

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

View File

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