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
Merge requests
!32
Fix the form view of the Xbus emitter job from information loss, following
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix the form view of the Xbus emitter job from information loss, following
topic/18.0/MO16-00989-v18
into
branch/18.0
Overview
0
Commits
1
Pipelines
3
Changes
3
Merged
Etienne Ferriere
requested to merge
topic/18.0/MO16-00989-v18
into
branch/18.0
2 months ago
Overview
0
Commits
1
Pipelines
3
Changes
3
Expand
commit
4b0be37db052
.
0
0
Merge request reports
Viewing commit
d1ec9a1e
Show latest version
3 files
+
10
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
d1ec9a1e
Fix the form view of the Xbus emitter job from information loss.
· d1ec9a1e
Etienne Ferriere
authored
2 months ago
views/xbus_emitter_job.xml
+
3
−
7
Options
@@ -75,7 +75,7 @@
<field
name=
"model"
>
xbus.emitter.job
</field>
<field
name=
"arch"
type=
"xml"
>
<list
decoration-success=
"state in ('sent_success')"
decoration-success=
"state in ('sent_success'
, 'process_done'
)"
decoration-danger=
"state in ('sent_error')"
>
<field
name=
"emitter_id"
/>
@@ -97,12 +97,6 @@
<field
name=
"state"
widget=
"statusbar"
/>
</header>
<sheet>
<div
class=
"oe_left oe_title"
>
<h1>
<field
name=
"envelope_id"
/>
</h1>
</div>
<group
col=
"3"
>
<group>
<field
name=
"emitter_id"
/>
@@ -116,4 +110,5 @@
</group>
<group>
<field
name=
"envelope_id"
/>
<field
name=
"process_id"
/>
@@ -119,4 +114,5 @@
<field
name=
"process_id"
/>
<field
name=
"process_state"
/>
</group>
</group>
Loading