Added missing Bid Meeting Note Form and Item Groups fields on Project Template.
This commit is contained in:
parent
0c0a5599f0
commit
758e8f2b71
1 changed files with 13 additions and 0 deletions
|
|
@ -558,6 +558,19 @@ custom_fields = {
|
||||||
label="Calendar Color",
|
label="Calendar Color",
|
||||||
fieldtype="Color",
|
fieldtype="Color",
|
||||||
insert_after="company"
|
insert_after="company"
|
||||||
|
),
|
||||||
|
dict(
|
||||||
|
fieldname="bid_meeting_note_form",
|
||||||
|
label="Bid Meeting Note Form",
|
||||||
|
fieldtype="Link",
|
||||||
|
options="Bid Meeting Note Form",
|
||||||
|
insert_after="calendar_color"
|
||||||
|
),
|
||||||
|
dict(
|
||||||
|
fieldname="item_groups",
|
||||||
|
label="Item Groups",
|
||||||
|
fieldtype="Data",
|
||||||
|
insert_after="bid_meeting_note_form"
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
"Task": [
|
"Task": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue