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
!30
Add period_id in aml tree view (cf account_consult MO16-190)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add period_id in aml tree view (cf account_consult MO16-190)
topic/16.0/MO16-190
into
branch/16.0
Overview
0
Commits
11
Pipelines
1
Changes
1
Merged
arthur.mayer
requested to merge
topic/16.0/MO16-190
into
branch/16.0
1 year ago
Overview
0
Commits
11
Pipelines
1
Changes
1
Expand
--HG-- branch : 16.0
0
0
Merge request reports
Viewing commit
fadede10
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fadede10
CI: Run parent module tests, starting from "account"
· fadede10
Houzefa Abbasbhay
authored
1 year ago
.gitlab-ci.yml
+
2
−
2
Options
variables
:
ODOO_POPULATE_MODEL
:
account.move
ODOO_POPULATE_PREREQ
:
l10n_us
#
ODOO_SCRIPTS_MODULE_LIST_TESTS: account,account_
period
ODOO_SCRIPTS_MODULE_LIST_TESTS
:
account,account_
fiscal_year,account_period,date_range
# those are account’s prerequisites, install them first to avoid running their tests
@@ -5,5 +5,5 @@
# those are account’s prerequisites, install them first to avoid running their tests
#
ODOO_SCRIPTS_MODULE_LIST: base_setup,product,analytic,portal,digest
ODOO_SCRIPTS_MODULE_LIST
:
base_setup,product,analytic,portal,digest
include
:
-
project
:
xcg/ci-templates
Loading