mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] update dotfiles [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user