test
This commit is contained in:
parent
d35854a364
commit
0acf82383f
|
|
@ -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'
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue