Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Converter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Converter
Merge requests
!69
Add qrcode converter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add qrcode converter
topic/18.0/qrcode
into
branch/18.0
Overview
5
Commits
3
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
Axel Prel
requested to merge
topic/18.0/qrcode
into
branch/18.0
2 weeks ago
Overview
5
Commits
3
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
9487edd4
Show latest version
4 files
+
94
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
9487edd4
add qrcode converter
· 9487edd4
Axel Prel
authored
2 weeks ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -9,7 +9,7 @@
mypy
:
variables
:
INSTALL_SECTION
:
"
[test,schema-validation]"
INSTALL_SECTION
:
"
[test,schema-validation
,qrcode
]"
test
:
variables
:
@@ -13,7 +13,7 @@
test
:
variables
:
INSTALL_SECTION
:
"
[test,schema-validation]"
INSTALL_SECTION
:
"
[test,schema-validation
,qrcode
]"
test-no-schema-validation
:
extends
:
test
Loading