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