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
bbe49a3f59c6
Commit
bbe49a3f59c6
authored
1 month ago
by
Etienne Ferriere
Browse files
Options
Downloads
Patches
Plain Diff
Fix the form view of the Xbus emitter job from information loss, following
commit
4b0be37db052
.
parent
8400cf94edb8
Branches
branch/11.0
No related tags found
1 merge request
!31
Fix the form view of the Xbus emitter job from information loss, following
Pipeline
#120862
passed with warnings
1 month ago
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS.rst
+6
-0
6 additions, 0 deletions
NEWS.rst
__manifest__.py
+1
-1
1 addition, 1 deletion
__manifest__.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
views/xbus_emitter_job.xml
+3
-7
3 additions, 7 deletions
views/xbus_emitter_job.xml
with
11 additions
and
9 deletions
NEWS.rst
+
6
−
0
View file @
bbe49a3f
Changelog
=========
16.0.2.0.1
----------
Fix the form view of the Xbus emitter job from information loss, following
commit 4b0be37db05267313cd46a7273894cea1a5c12e3.
16.0.2.0.0
----------
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
1
−
1
View file @
bbe49a3f
...
...
@@ -21,7 +21,7 @@
"
name
"
:
"
Xbus Emitter
"
,
"
license
"
:
"
AGPL-3
"
,
"
summary
"
:
"
Emit messages from Odoo to Xbus
"
,
"
version
"
:
"
16.0.2.0.
0
"
,
"
version
"
:
"
16.0.2.0.
1
"
,
"
category
"
:
"
Technical
"
,
"
author
"
:
"
XCG Consulting
"
,
"
website
"
:
"
https://orbeet.io/
"
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
bbe49a3f
...
...
@@ -3,7 +3,7 @@
dynamic
=
[
"version"
]
description
=
"Emit messages to Xbus from Odoo."
readme
=
"README.rst"
requires-python
=
"~
=
3.1
0
.
0
"
requires-python
=
"~
=
3.1
1
.
9
"
license
=
{
file
=
"LICENSE"
,
name
=
"GNU Affero General Public License v3"
}
keywords
=
[
"odoo"
]
authors
=
[
{
name
=
"XCG Consulting"
}
]
...
...
This diff is collapsed.
Click to expand it.
views/xbus_emitter_job.xml
+
3
−
7
View file @
bbe49a3f
...
...
@@ -75,7 +75,7 @@
<field
name=
"model"
>
xbus.emitter.job
</field>
<field
name=
"arch"
type=
"xml"
>
<tree
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>
...
...
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