Compare commits
2 commits
a034b15c62
...
758e8f2b71
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
758e8f2b71 | ||
|
|
0c0a5599f0 |
3 changed files with 15184 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": [
|
||||||
|
|
|
||||||
15170
custom_ui/fixtures/property_setter.json
Normal file
15170
custom_ui/fixtures/property_setter.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -232,6 +232,7 @@ fixtures = [
|
||||||
{
|
{
|
||||||
"dt": "Project Template"
|
"dt": "Project Template"
|
||||||
},
|
},
|
||||||
|
{"dt": "Property Setter"},
|
||||||
{"dt": "Client Script"},
|
{"dt": "Client Script"},
|
||||||
{"dt": "Server Script"},
|
{"dt": "Server Script"},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue