Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Periods
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Accounting Periods
Merge requests
!43
Package module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Package module
topic/13.0/package
into
branch/13.0
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Vincent Hatakeyama
requested to merge
topic/13.0/package
into
branch/13.0
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Viewing commit
ae2188d6
Show latest version
2 files
+
97
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ae2188d6
Package module
· ae2188d6
Vincent Hatakeyama
authored
1 year ago
.gitlab-ci.yml
+
7
−
0
Options
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