mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] sql_export: black, isort, prettier
This commit is contained in:
committed by
Sylvain LE GAL
parent
23c5db2cad
commit
eada4043c2
@@ -15,9 +15,7 @@ class SqlExport(models.Model):
|
||||
|
||||
_check_execution_enabled = False
|
||||
|
||||
copy_options = fields.Char(
|
||||
string="Copy Options", required=False, default="CSV HEADER DELIMITER ';'"
|
||||
)
|
||||
copy_options = fields.Char(required=False, default="CSV HEADER DELIMITER ';'")
|
||||
|
||||
file_format = fields.Selection([("csv", "CSV")], default="csv", required=True)
|
||||
|
||||
@@ -58,7 +56,6 @@ class SqlExport(models.Model):
|
||||
("windows-1251", "windows-1251"),
|
||||
("koir8_r", "koir8_r"),
|
||||
],
|
||||
string="Encoding",
|
||||
required=True,
|
||||
default="utf-8",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user