mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user