diff --git a/NEWS.rst b/NEWS.rst index 74ece5060df9d0be273eca0016ff61cc35dce7e4_TkVXUy5yc3Q=..489c1adca7362c835c8fc0b38213ab123f6299c2_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,8 +1,13 @@ 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. diff --git a/__manifest__.py b/__manifest__.py index 74ece5060df9d0be273eca0016ff61cc35dce7e4_X19tYW5pZmVzdF9fLnB5..489c1adca7362c835c8fc0b38213ab123f6299c2_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -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/", diff --git a/views/xbus_emitter_job.xml b/views/xbus_emitter_job.xml index 74ece5060df9d0be273eca0016ff61cc35dce7e4_dmlld3MveGJ1c19lbWl0dGVyX2pvYi54bWw=..489c1adca7362c835c8fc0b38213ab123f6299c2_dmlld3MveGJ1c19lbWl0dGVyX2pvYi54bWw= 100644 --- a/views/xbus_emitter_job.xml +++ b/views/xbus_emitter_job.xml @@ -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>