add appointment list to module page

This commit is contained in:
0Pranav 2019-11-15 11:58:21 +05:30
parent 511780a4d4
commit 18fda5a571

View File

@ -46,6 +46,11 @@ def get_data():
"name": "Contract",
"description": _("Helps you keep tracks of Contracts based on Supplier, Customer and Employee"),
},
{
"type": "doctype",
"name": "Appointment",
"description" : _("Helps you manage appointments with your leads"),
},
]
},
{