[REF] create a new module sql_request_abstract

This commit is contained in:
Sylvain LE GAL
2017-02-22 03:58:01 +01:00
committed by Sander Lienaerts
parent 7c9527acc1
commit 456f8038ed
12 changed files with 350 additions and 223 deletions

View File

@@ -7,11 +7,9 @@
<field name="model">sql.file.wizard</field>
<field name="arch" type="xml">
<form string="Csv File">
<separator string="Warning untested export" attrs="{'invisible': [('valid', '=', True)]}"/>
<separator string="variables_placeholder" colspan="4" invisible="1"/>
<separator string="Export file" colspan="4"
attrs="{'invisible': [('binary_file', '=', False)]}"/>
<field name="valid" invisible="1"/>
<field name="binary_file" filename="file_name"/>
<field name="file_name" invisible="1"/>
<footer>