Browse Source
🛡️ add mail to include modules explicitly
pull/289/head
Ivan Yelizariev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.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: |
|
|
|