mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[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:
@@ -19,6 +19,7 @@ class SqlExport(models.Model):
|
||||
|
||||
use_properties = fields.Boolean(compute="_compute_use_properties")
|
||||
query_properties_definition = fields.PropertiesDefinition("Query Properties")
|
||||
last_run = fields.Datetime()
|
||||
|
||||
encoding = fields.Selection(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user