Skip to content
Snippets Groups Projects
Commit 489c1adca736 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: Remove header and body from job view as they are not base64 encoded and...

:ambulance: Remove header and body from job view as they are not base64 encoded and incompatible with what Odoo expects
parent 74ece5060df9
Branches branch/11.0
No related tags found
1 merge request!9Topic/13.0/fix view
Pipeline #23398 passed
Changelog
=========
13.0.2.0.1 (UNRELEASED)
-----------------------
13.0.2.0.2
----------
Remove header and body from job view as they are not base64 encoded and incompatible with what Odoo expects.
13.0.2.0.1
----------
Corrected the translations of cardinality incompatibilities.
......
......@@ -22,7 +22,7 @@
"name": "Xbus Emitter",
"license": "AGPL-3",
"summary": "emit messages from Odoo to Xbus",
"version": "13.0.2.0.1",
"version": "13.0.2.0.2",
"category": "Technical",
"author": "XCG Consulting",
"website": "http://odoo.consulting/",
......
......@@ -108,10 +108,6 @@
<group>
<label for="items" attrs="{'invisible': [('items', '=', False)]}"/>
<field name="items" nolabel="1" colspan="2" />
<label for="header" attrs="{'invisible': [('header', '=', False)]}"/>
<field name="header" nolabel="1" colspan="2" />
<label for="body" attrs="{'invisible': [('body', '=', False)]}"/>
<field name="body" nolabel="1" colspan="2" />
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment