From 76927595461368b29e89b19d640167cf84d7ae84 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 6 Apr 2020 19:09:30 +0500 Subject: [PATCH] :shield: add mail to include modules explicitly --- .DINAR/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.DINAR/config.yaml b/.DINAR/config.yaml index 24e4c0f..61f1afa 100644 --- a/.DINAR/config.yaml +++ b/.DINAR/config.yaml @@ -2,6 +2,10 @@ addons: # modules to install before running tests include: - contacts + # "contacts" already has mail in dependencies, + # but without the following line DINAR may run odoo odoo with --init=mail,.... + # which leads to error on loading mail's demo data + - mail # modules to exclude from installation/testing exclude: