Skip to content
Snippets Groups Projects
Commit a726c268a679 authored by aronabencherif.diatta@xcg.africa's avatar aronabencherif.diatta@xcg.africa
Browse files

Move 'detected_keywords' field to a dedicated tab

parent 546be17ccbc9
No related branches found
Tags 16.0.1.1.2
1 merge request!48Move 'detected_keywords' field to a dedicated tab
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Changelog Changelog
========= =========
16.0.1.1.2
----------
Move the ``detected_keywords`` field to a dedicated ``Variables`` tab.
16.0.1.1.1 16.0.1.1.1
---------- ----------
......
############################################################################## ##############################################################################
# #
# Redner Odoo module # 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 # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{ {
"name": "Redner", "name": "Redner",
"license": "AGPL-3", "license": "AGPL-3",
"version": "16.0.1.1.1", "version": "16.0.1.1.2",
"category": "Reporting", "category": "Reporting",
"author": "XCG Consulting", "author": "XCG Consulting",
"website": "https://orbeet.io/", "website": "https://orbeet.io/",
......
...@@ -58,9 +58,6 @@ ...@@ -58,9 +58,6 @@
<group> <group>
<field name="language" /> <field name="language" />
</group> </group>
<group>
<field name="detected_keywords" />
</group>
</div> </div>
<notebook> <notebook>
...@@ -86,6 +83,13 @@ ...@@ -86,6 +83,13 @@
/> />
</group> </group>
</page> </page>
<page string="Variables">
<group>
<field name="detected_keywords" />
</group>
</page>
<page string="Settings"> <page string="Settings">
<group> <group>
<field name="locale_id" /> <field name="locale_id" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment