Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Xbus Common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Operate
Terraform modules
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
Xbus Common
Merge requests
!11
IMIO-O-48
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
IMIO-O-48
topic/18.0/IMIO-O-48
into
branch/18.0
Overview
1
Commits
2
Pipelines
1
Changes
8
1 unresolved thread
Hide all comments
Merged
szeka.wong
requested to merge
topic/18.0/IMIO-O-48
into
branch/18.0
3 months ago
Overview
1
Commits
2
Pipelines
1
Changes
8
1 unresolved thread
Hide all comments
Expand
Provides a way for other modules to define a message type. Fix message body encoding and display.
0
0
Merge request reports
Compare
branch/18.0
branch/18.0 (base)
and
latest version
latest version
94357b1d
2 commits,
3 months ago
8 files
+
37
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
models/xbus_envelope.py
+
1
−
1
Options
@@ -19,7 +19,7 @@
##############################################################################
import
uuid
from
odoo
import
api
,
fields
,
models
,
tools
from
odoo
import
api
,
fields
,
models
,
tools
# type: ignore[import-untyped]
class
XbusEnvelope
(
models
.
Model
):
Loading