Fix allow_mail_archived_partner causing system notifications to send emails
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Archived Contact Warning",
|
||||
"version": "1.0",
|
||||
"category": "Sales",
|
||||
"summary": "Show warning when using archived contacts",
|
||||
"depends": ["sale", "account"],
|
||||
"data": [
|
||||
"views/sale_order_views.xml",
|
||||
"views/account_move_views.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"archived_partner_show_warning/static/src/css/style.css",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
Reference in New Issue
Block a user