Skip to content

Commit

Permalink
[FIX] web_field_tooltip: duplicate declaration of field_name
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviedoanhduy committed Jan 8, 2025
1 parent af6a9b2 commit bd08749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web_field_tooltip/models/ir_model_fields_tooltip.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class IrModelFieldsTooltip(models.Model):
default=True,
help="Set active to false to hide the Tooltip without removing it.",
)
field_name = fields.Char(related="field_id.name")
tooltip_text = fields.Html(required=True)

@api.model
Expand Down

0 comments on commit bd08749

Please sign in to comment.