Added director to company
This commit is contained in:
parent
d35854a364
commit
539ce50b70
|
|
@ -41,8 +41,7 @@ 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
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue