[rename] Email Alert -> Notification

This commit is contained in:
Rushabh Mehta
2018-06-14 13:18:21 +05:30
parent c3d1353ab5
commit 1198d94904
22 changed files with 86 additions and 86 deletions

View File

@@ -0,0 +1,28 @@
{
"attach_print": 0,
"condition": "doc.auto_created",
"creation": "2018-04-25 14:19:05.440361",
"days_in_advance": 0,
"docstatus": 0,
"doctype": "Notification",
"document_type": "Fiscal Year",
"enabled": 1,
"event": "New",
"idx": 0,
"is_standard": 1,
"message": "<h3>{{_(\"Fiscal Year\")}}</h3>\n\n<p>{{ _(\"New fiscal year created :- \") }} {{ doc.name }}</p>",
"modified": "2018-04-25 14:30:38.588534",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Notification for new fiscal year",
"owner": "Administrator",
"recipients": [
{
"email_by_role": "Accounts User"
},
{
"email_by_role": "Accounts Manager"
}
],
"subject": "Notification for new fiscal year {{ doc.name }}"
}

View File

@@ -0,0 +1,3 @@
<h3>{{_("Fiscal Year")}}</h3>
<p>{{ _("New fiscal year created :- ") }} {{ doc.name }}</p>

View File

@@ -0,0 +1,5 @@
from __future__ import unicode_literals
def get_context(context):
# do your magic here
pass