fix: Project Update Email Error (#21208)

* fix: Project Update Email Error

* Update project.json

Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
This commit is contained in:
Marica 2020-04-14 11:47:58 +05:30 committed by GitHub
parent b1c2f4ef22
commit 02c9332695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ {
"actions": [],
"allow_import": 1, "allow_import": 1,
"allow_rename": 1, "allow_rename": 1,
"autoname": "field:project_name", "autoname": "field:project_name",
@ -435,16 +436,18 @@
}, },
{ {
"depends_on": "collect_progress", "depends_on": "collect_progress",
"description": "Message will sent to users to get their status on the project", "description": "Message will be sent to the users to get their status on the Project",
"fieldname": "message", "fieldname": "message",
"fieldtype": "Text", "fieldtype": "Text",
"label": "Message" "label": "Message",
"mandatory_depends_on": "collect_progress"
} }
], ],
"icon": "fa fa-puzzle-piece", "icon": "fa fa-puzzle-piece",
"idx": 29, "idx": 29,
"links": [],
"max_attachments": 4, "max_attachments": 4,
"modified": "2019-09-24 15:02:50.208301", "modified": "2020-04-08 22:11:14.552615",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Project", "name": "Project",
@ -487,4 +490,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"timeline_field": "customer", "timeline_field": "customer",
"track_seen": 1 "track_seen": 1
} }