Fix allow_mail_archived_partner causing system notifications to send emails

This commit is contained in:
Kristof Bernaert
2026-01-26 00:44:43 +01:00
commit f64fbb5e06
25 changed files with 453 additions and 0 deletions
+18
View File
@@ -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,
}