From c28837cfc5abf417e2a6129157af7a7e6e5706f1 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Tue, 30 Jul 2019 15:24:21 +0200 Subject: [PATCH] [FIX] - Add dependecy report_substitute --- mail_template_substitute/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_template_substitute/__manifest__.py b/mail_template_substitute/__manifest__.py index 5c23b9469..eca79392f 100644 --- a/mail_template_substitute/__manifest__.py +++ b/mail_template_substitute/__manifest__.py @@ -11,7 +11,7 @@ "author": "ACSONE SA/NV," "Odoo Community Association (OCA)", "website": "https://github.com/acsone/social", - "depends": ["base", "mail"], + "depends": ["base", "mail", "report_substitute"], "data": [ "security/mail_template_substitution_rule.xml", "views/mail_template.xml",