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

  1. addons:
  2. # modules to install before running tests
  3. include:
  4. - contacts
  5. # "contacts" already has mail in dependencies,
  6. # but without the following line DINAR may run odoo odoo with --init=mail,....
  7. # which leads to error on loading mail's demo data
  8. - mail
  9. # modules to exclude from installation/testing
  10. exclude:
  11. - hw_proxy
  12. server_wide_modules:
  13. - web