Added director to company

This commit is contained in:
Ali 2025-03-05 22:49:14 +04:00
parent d35854a364
commit 539ce50b70
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ def create_custom_fields():
label='Director',
fieldtype='Link',
options='Employee',
insert_after='ceo',
read_only=1
insert_after='ceo'
)
]
}