diff --git a/base_report_to_printer/__manifest__.py b/base_report_to_printer/__manifest__.py index f766f29..b132196 100644 --- a/base_report_to_printer/__manifest__.py +++ b/base_report_to_printer/__manifest__.py @@ -14,7 +14,7 @@ " Open for Small Business Ltd", "website": "https://github.com/OCA/report-print-send", "license": "AGPL-3", - "depends": ["web"], + "depends": ["mail", "web"], "data": [ "data/printing_data.xml", "security/security.xml",