diff --git a/custom_ui/hooks.py b/custom_ui/hooks.py index a3b62e2..dd8f28e 100644 --- a/custom_ui/hooks.py +++ b/custom_ui/hooks.py @@ -193,9 +193,17 @@ fixtures = [ ["dt", "=", "Quotation"], ["fieldname", "=", "custom_quotation_template"] ] + }, + { + "dt": "Custom Field", + "filters": [ + ["dt", "=", "Lead"], + ["fieldname", "=", "custom_customer_name"] + ] } ] + # Scheduled Tasks # ---------------