fix: add contract to CRM module (#18817)

This commit is contained in:
Harshit 2019-08-23 11:34:25 +05:30 committed by Nabin Hait
parent 680e098b87
commit 56d03a456b

View File

@ -41,6 +41,11 @@ def get_data():
"name": "Lead Source",
"description": _("Track Leads by Lead Source.")
},
{
"type": "doctype",
"name": "Contract",
"description": _("Helps you keep tracks of Contracts based on Supplier, Customer and Employee"),
},
]
},
{