[FIX] base_report_to_printer: add dependency on mail

On existing installations, the cron creation fails because of the activity_user_type required field.
Adding a dependency on the mail module solved the problem.
This commit is contained in:
Thomas Binsfeld
2021-01-20 16:02:53 +01:00
parent 2160eedf36
commit 111b137e7c

View File

@@ -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",