This commit is contained in:
Away 2025-03-10 13:13:15 +00:00
parent d35854a364
commit 0acf82383f
1 changed files with 7 additions and 2 deletions

View File

@ -41,8 +41,13 @@ def create_custom_fields():
label='Director', label='Director',
fieldtype='Link', fieldtype='Link',
options='Employee', options='Employee',
insert_after='ceo', insert_after='ceo'
read_only=1 ),
dict(
fieldname='city_print',
label='City (for print formats)',
fieldtype='Data',
insert_after='director'
) )
] ]
} }