You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
388 B
15 lines
388 B
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:
|
|
- hw_proxy
|
|
|
|
server_wide_modules:
|
|
- web
|