Success Action (#13666)
* success action config for sales invoice * remove "Notification Control" doctype and its usage * add default success action after_install or while migration (patch) * rename for_doctype to ref_doctype * case change * minor fix * Remove unnecessary code * Replace message with translatable message * Fix 'cannot import error'
This commit is contained in:
@@ -81,12 +81,6 @@ def get_data():
|
||||
"type": "doctype",
|
||||
"name": "Authorization Rule",
|
||||
"description": _("Create rules to restrict transactions based on values.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Notification Control",
|
||||
"label": _("Email Notifications"),
|
||||
"description": _("Automatically compose message on submission of transactions.")
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user