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
David Beal
parent
d31d52b8f7
commit
c5ac0eb477
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user