[IMP] Add back the variable feature in sql_export

Refactore to use the new properties field
This commit is contained in:
Florian da Costa
2023-02-03 11:36:59 +01:00
committed by David Beal
parent 8df404eff2
commit 3cb3fae1f6
13 changed files with 109 additions and 232 deletions

View File

@@ -5,10 +5,11 @@
<field name="model">sql.file.wizard</field>
<field name="arch" type="xml">
<form string="Csv File">
<separator
string="variables_placeholder"
colspan="4"
invisible="1"
<field
name="query_properties"
nolabel="1"
columns="1"
hideKanbanOption="1"
/>
<separator
string="Export file"
@@ -17,6 +18,7 @@
/>
<field name="binary_file" filename="file_name" />
<field name="file_name" invisible="1" />
<field name="sql_export_id" invisible="1" />
<footer>
<button
name="export_sql"