mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] base_comment_template: Improved sentences on fields
This commit is contained in:
committed by
Víctor Martínez
parent
e1011fa519
commit
8fef4ecdba
@@ -10,7 +10,7 @@ class IrModel(models.Model):
|
||||
is_comment_template = fields.Boolean(
|
||||
string="Comment Template",
|
||||
default=False,
|
||||
help="Whether this model supports in reports to add " "comment templates.",
|
||||
help="Whether this model supports in reports to add comment templates.",
|
||||
)
|
||||
|
||||
def _reflect_model_params(self, model):
|
||||
|
||||
Reference in New Issue
Block a user