Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Xbus emitter
Manage
Activity
Members
Labels
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 emitter
Commits
6e17210958b7
Commit
6e17210958b7
authored
4 years ago
by
Houzefa Abbasbhay
Browse files
Options
Downloads
Patches
Plain Diff
Add an SQL index on ``envelope_id``
WHERE queries in xbus-odoo's emitter on this column.
parent
f5b3de757af1
Branches
branch/11.0
No related tags found
No related merge requests found
Pipeline
#3159
passed
4 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/xbus_emitter_job.py
+1
-0
1 addition, 0 deletions
models/xbus_emitter_job.py
with
1 addition
and
0 deletions
models/xbus_emitter_job.py
+
1
−
0
View file @
6e172109
...
...
@@ -111,6 +111,7 @@
string
=
"
Envelope ID
"
,
help
=
"
The ID of the envelope that was forged by xbus-odoo and sent
"
"
into the bus
"
,
index
=
True
,
# WHERE queries in xbus-odoo's emitter on this column.
)
process_id
=
fields
.
Char
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment