Skip to content
Snippets Groups Projects

Package module

Merged Vincent Hatakeyama requested to merge topic/13.0/package into branch/13.0
2 files
+ 97
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
include:
- project: xcg/ci-templates
file: /odoo/13.0/gitlab-ci.yaml
variables:
@@ -4,4 +5,5 @@
variables:
CI_TEMPLATE_NO_INSTALL_MODULE: ""
ODOO_SCRIPTS_MODULE_LIST_TESTS: account,account_period
# those are account’s prerequisites, install them first to avoid running their tests
ODOO_SCRIPTS_MODULE_LIST: base_setup,product,analytic,portal,digest
@@ -5,3 +7,8 @@
ODOO_SCRIPTS_MODULE_LIST_TESTS: account,account_period
# those are account’s prerequisites, install them first to avoid running their tests
ODOO_SCRIPTS_MODULE_LIST: base_setup,product,analytic,portal,digest
# Pylint does not like that the module is installed in a different path than odoo other addons
pylint:
variables:
CI_TEMPLATE_NO_INSTALL_MODULE: "no"
Loading