[project] added patch

This commit is contained in:
Rushabh Mehta
2013-06-07 14:52:53 +05:30
parent 9dd9bb0adf
commit cdd265d3bf
4 changed files with 30 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
wn.views.calendar["Task"] = {
field_map: {
"start": "exp_start_date",
"end": "exp_end_date",
"id": "name",
"title": "subject",
"allDay": "allDay"
},
gantt: true,
filters: [
{
"fieldtype": "Link",
"fieldname": "project",
"options": "Project",
"label": "Project"
}
],
get_events_method: "projects.doctype.task.task.get_events"
}