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
!52
Update following the addition of standard invoice template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update following the addition of standard invoice template
topic/16.0/topic_MO16-00791
into
branch/16.0
Overview
0
Commits
1
Pipelines
0
Changes
3
Open
aronabencherif.diatta@xcg.africa
requested to merge
topic/16.0/topic_MO16-00791
into
branch/16.0
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
--HG-- branch : 16.0
Odoo ticket:
Mint PR...
0
0
Merge request reports
Compare
branch/16.0
version 1
3d19fdb0
10 months ago
branch/16.0 (base)
and
latest version
latest version
75ef7c10
1 commit,
9 months ago
version 1
3d19fdb0
1 commit,
10 months ago
3 files
+
8
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
models/ir_actions_report.py
+
5
−
1
Options
@@ -260,7 +260,11 @@ class IrActionsReport(models.Model):
# Get redner template already created by demo function
redner_template
=
self
.
env
[
"
redner.template
"
].
search
(
[
(
"
name
"
,
"
=
"
,
"
facture_avoir_v9.odt
"
),
(
"
name
"
,
"
=
"
,
self
.
env
.
ref
(
"
redner.redner_invoice_having_odt
"
).
name
,
),
(
"
language
"
,
"
=
"
,
Loading