fix: add email group and newsletter links to CRM module view (#19679)
* fix: add email group and newsletter links to CRM module view * chore: move email group to bottom
This commit is contained in:
parent
2fd6814cbf
commit
d63ad3bb5f
@ -46,6 +46,11 @@ def get_data():
|
|||||||
"name": "Contract",
|
"name": "Contract",
|
||||||
"description": _("Helps you keep tracks of Contracts based on Supplier, Customer and Employee"),
|
"description": _("Helps you keep tracks of Contracts based on Supplier, Customer and Employee"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Newsletter",
|
||||||
|
"label": _("Newsletter"),
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -165,6 +170,11 @@ def get_data():
|
|||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "SMS Settings",
|
"name": "SMS Settings",
|
||||||
"description": _("Setup SMS gateway settings")
|
"description": _("Setup SMS gateway settings")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"label": _("Email Group"),
|
||||||
|
"name": "Email Group",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user