mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
change SQL mapping for date
This commit is contained in:
@@ -45,7 +45,7 @@ class BiSQLViewField(models.Model):
|
||||
'numeric': 'float',
|
||||
'text': 'char',
|
||||
'character varying': 'char',
|
||||
'date': 'datetime',
|
||||
'date': 'date',
|
||||
'timestamp without time zone': 'datetime',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user