Skip to content

Commit 59e8db6

Browse files
Reformatting
1 parent 083255c commit 59e8db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

report_qweb_pdf_watermark/models/report.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class Report(models.Model):
3838
pdf_watermark_expression = fields.Char(
3939
"Watermark expression",
4040
help="An expression yielding the base64 "
41-
"encoded data to be used as watermark. \n"
42-
"You have access to variables `env` and `docs`",
41+
"encoded data to be used as watermark. \n"
42+
"You have access to variables `env` and `docs`",
4343
)
4444

4545
def _render_qweb_pdf(self, report_ref, res_ids=None, data=None):

0 commit comments

Comments
 (0)