From 0acf82383f86b67461c5f2fb94bdecdd966f2795 Mon Sep 17 00:00:00 2001 From: Away <010109ali@gmail.com> Date: Mon, 10 Mar 2025 13:13:15 +0000 Subject: [PATCH] test --- jey_erp/custom_fields.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index a57a5ab..37b6a3f 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -41,8 +41,13 @@ def create_custom_fields(): label='Director', fieldtype='Link', options='Employee', - insert_after='ceo', - read_only=1 + insert_after='ceo' + ), + dict( + fieldname='city_print', + label='City (for print formats)', + fieldtype='Data', + insert_after='director' ) ] }