mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-14 07:01:56 +00:00
The calendar view sends filters as a list of [doctype, field, op, value] conditions (filter_area.get()); get_filter_conditions_qb accepts dict or list.