# HG changeset patch # User DIATTA Arona Ben Cherif dit Roon <aronabencherif.diatta@xcg.africa> # Date 1713957179 0 # Wed Apr 24 11:12:59 2024 +0000 # Branch 16.0 # Node ID a726c268a679b32274252302b5a69ddcd0ee18ac # Parent 546be17ccbc923bb0ff03c2c0f3a9adaeeb9521d Move 'detected_keywords' field to a dedicated tab diff --git a/NEWS.rst b/NEWS.rst --- 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 --- 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 --- 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" />