mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 19:22:04 +00:00
[FIX] Update from old repo
This commit is contained in:
parent
7d43bea155
commit
f5a36e5f89
@ -611,7 +611,7 @@ class MisReport(models.Model):
|
||||
domain = query.domain and safe_eval(query.domain, eval_context) or []
|
||||
if get_additional_query_filter:
|
||||
domain.extend(get_additional_query_filter(query))
|
||||
if query.date_field.ttype:
|
||||
if query.date_field:
|
||||
if query.date_field.ttype == "date":
|
||||
domain.extend(
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user