[IMP] sql_export : Add last_run datetime field

This may be quite usefull to detect osbolete queries not used anymore in order to remove it
This commit is contained in:
Florian da Costa
2024-05-16 18:09:59 +02:00
parent e8df660d9b
commit dd7cfc7267
3 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,7 @@
<field name="mode">primary</field>
<field name="arch" type="xml">
<field name="state" position="after">
<field name="last_run" />
<button
name="export_sql_query"
string="Execute Query"