diff --git a/NEWS.rst b/NEWS.rst index e9bb6a876a3bb8c2799ce7b134e541ca6e02122c_TkVXUy5yc3Q=..8984716b350171a742c73181c4faf01d010d607f_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 e9bb6a876a3bb8c2799ce7b134e541ca6e02122c_X19tYW5pZmVzdF9fLnB5..8984716b350171a742c73181c4faf01d010d607f_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/",