hi can anyone share light on this error im getting its a new install thankz
py:182: UserWarning: ‘filters_config’ hook is not completely implemented yet in frappe.db.query engine
12:42:14 web.1 | warn(“‘filters_config’ hook is not completely implemented yet in frappe.db.query engine”)
Still getting the same error on these:
frappe v14.23.0
erpnext v14.13.0
/usr/lib/python3.10/functools.py:981: UserWarning: The 'filters_config' hook used to add custom operators is not yet implemented in frappe.db.query engine. Use db_query (frappe.get_list) instead.
val = self.func(instance)