diff --git a/NEWS.rst b/NEWS.rst index 56e7566bf96f680c47a5a113e39d0771a32ff4f4_TkVXUy5yc3Q=..300e27783298fb50aabc1b72d31e9d8d80a7f3dd_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,14 @@ Changelog ========= +18.0.6.1.0 +---------- + +- Image converter is copypasted from the redner Odoo Module. long term, it must + be deleted from the redner Module + +- Add QR code converter & test it + 18.0.6.0.0 ---------- diff --git a/__manifest__.py b/__manifest__.py index 56e7566bf96f680c47a5a113e39d0771a32ff4f4_X19tYW5pZmVzdF9fLnB5..300e27783298fb50aabc1b72d31e9d8d80a7f3dd_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -21,7 +21,7 @@ "name": "Converter", "license": "AGPL-3", "summary": "Convert odoo records to/from plain data structures.", - "version": "18.0.6.0.0", + "version": "18.0.6.1.0", "category": "Hidden", "author": "XCG Consulting", "website": "https://orbeet.io/",