Added director to company

This commit is contained in:
Ali 2025-03-05 22:41:36 +04:00
parent 6a15ba168e
commit d35854a364
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ def create_custom_fields():
options='Employee', options='Employee',
insert_after='default_holiday_list', insert_after='default_holiday_list',
read_only=1 read_only=1
),
dict(
fieldname='director',
label='Director',
fieldtype='Link',
options='Employee',
insert_after='ceo',
read_only=1
) )
] ]
} }