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:
@@ -15,11 +15,8 @@ class ReportPaperformatParameter(models.Model):
|
|||||||
)
|
)
|
||||||
|
|
||||||
name = fields.Char(
|
name = fields.Char(
|
||||||
"Name",
|
|
||||||
required=True,
|
required=True,
|
||||||
help="The command argument name. Remember to add prefix -- or -",
|
help="The command argument name. Remember to add prefix -- or -",
|
||||||
)
|
)
|
||||||
|
|
||||||
value = fields.Char(
|
value = fields.Char()
|
||||||
"Value",
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user