mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_wkhtmltopdf_param: pylint
This commit is contained in:
committed by
Lukas Tran
parent
a7c82a0890
commit
7a389ebe97
@@ -15,11 +15,8 @@ class ReportPaperformatParameter(models.Model):
|
||||
)
|
||||
|
||||
name = fields.Char(
|
||||
"Name",
|
||||
required=True,
|
||||
help="The command argument name. Remember to add prefix -- or -",
|
||||
)
|
||||
|
||||
value = fields.Char(
|
||||
"Value",
|
||||
)
|
||||
value = fields.Char()
|
||||
|
||||
Reference in New Issue
Block a user