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
Merge requests
!44
Something went wrong on our end
Fix display of model rendering variables
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix display of model rendering variables
topic/16.0/ticket_2023-01963
into
branch/16.0
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
moctar.diallo@xcg.africa
requested to merge
topic/16.0/ticket_2023-01963
into
branch/16.0
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
--HG-- branch : 16.0
2023-01963 - Revue affichage variables modèle redner
PR Integration
Edited
1 year ago
by
moctar.diallo@xcg.africa
0
0
Merge request reports
Viewing commit
8bff79e8
Show latest version
4 files
+
16
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
8bff79e8
Fix display of model rendering variables
· 8bff79e8
moctar.diallo@xcg.africa
authored
1 year ago
models/redner_template.py
+
1
−
1
Options
@@ -201,7 +201,7 @@
@api.depends
(
"
body
"
,
"
template_data
"
)
def
_compute_keywords
(
self
):
for
record
in
self
:
record
.
detected_keywords
=
record
.
template_varlist_fetch
()
record
.
detected_keywords
=
"
\n
"
.
join
(
record
.
template_varlist_fetch
()
)
@api.model
def
get_keywords
(
self
):
Loading