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", diff --git a/oca_dependencies.txt b/oca_dependencies.txt index 9c8c9172c..32e22a6a3 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1 +1,4 @@ server-tools +# FIXME: set dependency to oca when #307 is merged +# https://github.com/OCA/reporting-engine/pull/307 [12.0][ADD] - New module: report substitute #307 +reporting-engine https://github.com/acsone/reporting-engine 12.0-report_dispatch-sbj