[IMP] sql_export: black, isort, prettier

This commit is contained in:
mariadforgeflow
2021-12-02 12:11:11 +01:00
committed by Sylvain LE GAL
parent 23c5db2cad
commit eada4043c2
5 changed files with 23 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ class SqlFileWizard(models.TransientModel):
_description = "Allow the user to save the file with sql request's data"
binary_file = fields.Binary("File", readonly=True)
file_name = fields.Char("File Name", readonly=True)
file_name = fields.Char(readonly=True)
sql_export_id = fields.Many2one(comodel_name="sql.export", required=True)
@api.model