diff --git a/NEWS.rst b/NEWS.rst index 546be17ccbc923bb0ff03c2c0f3a9adaeeb9521d_TkVXUy5yc3Q=..a726c268a679b32274252302b5a69ddcd0ee18ac_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ Changelog ========= +16.0.1.1.2 +---------- + +Move the ``detected_keywords`` field to a dedicated ``Variables`` tab. + 16.0.1.1.1 ---------- diff --git a/__manifest__.py b/__manifest__.py index 546be17ccbc923bb0ff03c2c0f3a9adaeeb9521d_X19tYW5pZmVzdF9fLnB5..a726c268a679b32274252302b5a69ddcd0ee18ac_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ ############################################################################## # # Redner Odoo module -# Copyright © 2016, 2023 XCG Consulting <https://xcg-consulting.fr> +# Copyright © 2016, 2023, 2024 XCG Consulting <https://xcg-consulting.fr> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,7 +21,7 @@ { "name": "Redner", "license": "AGPL-3", - "version": "16.0.1.1.1", + "version": "16.0.1.1.2", "category": "Reporting", "author": "XCG Consulting", "website": "https://orbeet.io/", diff --git a/views/redner_template.xml b/views/redner_template.xml index 546be17ccbc923bb0ff03c2c0f3a9adaeeb9521d_dmlld3MvcmVkbmVyX3RlbXBsYXRlLnhtbA==..a726c268a679b32274252302b5a69ddcd0ee18ac_dmlld3MvcmVkbmVyX3RlbXBsYXRlLnhtbA== 100644 --- a/views/redner_template.xml +++ b/views/redner_template.xml @@ -58,9 +58,6 @@ <group> <field name="language" /> </group> - <group> - <field name="detected_keywords" /> - </group> </div> <notebook> @@ -86,6 +83,13 @@ /> </group> </page> + + <page string="Variables"> + <group> + <field name="detected_keywords" /> + </group> + </page> + <page string="Settings"> <group> <field name="locale_id" />