Skip to content
Snippets Groups Projects
Commit 7c4e8d1acbd3 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:books: spelling/grammar/typography

parent d56b2f057b32
No related branches found
No related tags found
1 merge request!6[13.0] 2.0.1
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
......
......@@ -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 template",
string="Redner Template",
domain=[("active", "=", True)],
)
......
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