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
7c4e8d1acbd3
Commit
7c4e8d1acbd3
authored
3 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
spelling/grammar/typography
parent
d56b2f057b32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
[13.0] 2.0.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+3
-1
3 additions, 1 deletion
README.rst
models/mail_template.py
+3
-3
3 additions, 3 deletions
models/mail_template.py
with
6 additions
and
4 deletions
README.rst
+
3
−
1
View file @
7c4e8d1a
Redner
=======
======
Redner is an innovative solution to produce transactional emails
and documents in PDF or HTML format.
...
...
@@ -24,6 +25,7 @@
UI Changes
----------
* Setting > Redner > Templates
Note: When you have existing templates you want to register onto a new
...
...
This diff is collapsed.
Click to expand it.
models/mail_template.py
+
3
−
3
View file @
7c4e8d1a
...
...
@@ -16,7 +16,7 @@
class
MailTemplate
(
models
.
Model
):
"""
Extended to add features of redner
api
"""
"""
Extended to add features of redner
API
"""
_inherit
=
"
mail.template
"
...
...
@@ -24,9 +24,9 @@
string
=
"
Is redner template?
"
,
default
=
False
,
help
=
"
Check this box if this template is a redner.
"
"
If it
'
s not checked
, it assumes that the default
"
"
If it
'
s not checked, it assumes that the default
"
"
email template odoo to be used.
"
,
)
redner_tmpl_id
=
fields
.
Many2one
(
comodel_name
=
"
redner.template
"
,
...
...
@@ -28,9 +28,9 @@
"
email template odoo to be used.
"
,
)
redner_tmpl_id
=
fields
.
Many2one
(
comodel_name
=
"
redner.template
"
,
string
=
"
Redner
t
emplate
"
,
string
=
"
Redner
T
emplate
"
,
domain
=
[(
"
active
"
,
"
=
"
,
True
)],
)
...
...
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