[MIG] base_comment_template: Migration to 15.0

This commit is contained in:
Jesús Alan Ramos Rodríguez
2022-04-26 14:04:46 -05:00
committed by Maksym Yankin
parent 735a2c9d63
commit a624f08f5f
9 changed files with 29 additions and 75 deletions

View File

@@ -22,7 +22,6 @@ class BaseCommentTemplate(models.Model):
help="This field allows to select the position of the comment on reports.",
)
name = fields.Char(
string="Name",
translate=True,
required=True,
help="Name/description of this comment template",