Merge branch 'develop' into scheduling-ui-rewrite

This commit is contained in:
Pranav Nachnekar
2019-11-25 12:24:32 +00:00
committed by GitHub
93 changed files with 3552 additions and 4284 deletions

View File

@@ -51,6 +51,11 @@ def get_data():
"name": "Appointment",
"description" : _("Helps you manage appointments with your leads"),
},
{
"type": "doctype",
"name": "Newsletter",
"label": _("Newsletter"),
}
]
},
{
@@ -170,6 +175,11 @@ def get_data():
"type": "doctype",
"name": "SMS Settings",
"description": _("Setup SMS gateway settings")
},
{
"type": "doctype",
"label": _("Email Group"),
"name": "Email Group",
}
]
},