mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] Add back the variable feature in sql_export
Refactore to use the new properties field
This commit is contained in:
committed by
David Beal
parent
8df404eff2
commit
3cb3fae1f6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user