update calendar
This commit is contained in:
parent
7395d3e048
commit
e67805c01f
10 changed files with 848 additions and 325 deletions
|
|
@ -598,6 +598,12 @@ def add_custom_fields():
|
|||
options="Company",
|
||||
insert_after="project_type",
|
||||
description="The company associated with this project template."
|
||||
),
|
||||
dict(
|
||||
fieldname="calendar_color",
|
||||
label="Calendar Color",
|
||||
fieldtype="Color",
|
||||
insert_after="company"
|
||||
)
|
||||
],
|
||||
"Task": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue