Added director to company
This commit is contained in:
parent
6a15ba168e
commit
d35854a364
|
|
@ -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
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue