Added new fields to company
This commit is contained in:
parent
539ce50b70
commit
49adc03206
|
|
@ -42,6 +42,12 @@ def create_custom_fields():
|
||||||
fieldtype='Link',
|
fieldtype='Link',
|
||||||
options='Employee',
|
options='Employee',
|
||||||
insert_after='ceo'
|
insert_after='ceo'
|
||||||
|
),
|
||||||
|
dict(
|
||||||
|
fieldname='city_print',
|
||||||
|
label='City (for print formats)',
|
||||||
|
fieldtype='Data',
|
||||||
|
insert_after='director'
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue