# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1740067932 -3600 # Thu Feb 20 17:12:12 2025 +0100 # Branch 18.0 # Node ID 623b0936ed97cc991979f8b1f44409fe99ecf128 # Parent 4dd92b8b730c18464e65244dced2e32091aed2fb Declare compatibility with changes in converter 18.0.5.0.0. diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Changelog ========= +18.0.1.4.1 +---------- + +Declare compatibility with changes in converter 18.0.5.0.0. + 18.0.1.4.0 ---------- diff --git a/__manifest__.py b/__manifest__.py --- a/__manifest__.py +++ b/__manifest__.py @@ -21,7 +21,7 @@ { "name": "Redner", "license": "AGPL-3", - "version": "18.0.1.4.0", + "version": "18.0.1.4.1", "category": "Reporting", "author": "XCG Consulting", "website": "https://orbeet.io/", diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ] dependencies = [ "odoo==18.0.*", - "odoo-addon-converter >=18.0.4,<18.0.5", + "odoo-addon-converter >=18.0.4,<18.0.6", "requests_unixsocket", ]