Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Redner Odoo Module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Redner Odoo Module
Commits
a726c268a679
Commit
a726c268a679
authored
10 months ago
by
aronabencherif.diatta@xcg.africa
Browse files
Options
Downloads
Patches
Plain Diff
Move 'detected_keywords' field to a dedicated tab
parent
546be17ccbc9
No related branches found
Branches containing commit
Tags
16.0.1.1.2
Tags containing commit
1 merge request
!48
Move 'detected_keywords' field to a dedicated tab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+5
-0
5 additions, 0 deletions
NEWS.rst
__manifest__.py
+2
-2
2 additions, 2 deletions
__manifest__.py
views/redner_template.xml
+7
-3
7 additions, 3 deletions
views/redner_template.xml
with
14 additions
and
5 deletions
NEWS.rst
+
5
−
0
View file @
a726c268
...
@@ -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
----------
----------
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
2
−
2
View file @
a726c268
##############################################################################
##############################################################################
#
#
# 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/
"
,
...
...
This diff is collapsed.
Click to expand it.
views/redner_template.xml
+
7
−
3
View file @
a726c268
...
@@ -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"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment