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 @@
Changelog
=========
16.0.1.1.2
----------
Move the ``detected_keywords`` field to a dedicated ``Variables`` tab.
16.0.1.1.1
----------
......
##############################################################################
#
# 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/",
......
......@@ -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" />
......
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