diff --git a/pms/models/pms_cancelation_rule.py b/pms/models/pms_cancelation_rule.py
index 5d079e8f4..ccfae8a6b 100644
--- a/pms/models/pms_cancelation_rule.py
+++ b/pms/models/pms_cancelation_rule.py
@@ -10,7 +10,7 @@ class PmsCancelationRule(models.Model):
_description = "Cancelation Rules"
# Fields declaration
- name = fields.Char("Amenity Name", translate=True, required=True)
+ name = fields.Char(string="Cancelation Rule", translate=True, required=True)
pricelist_ids = fields.One2many(
"product.pricelist", "cancelation_rule_id", "Pricelist that use this rule"
)
diff --git a/pms/views/pms_floor_views.xml b/pms/views/pms_floor_views.xml
index 6eb084474..384c5f9ca 100644
--- a/pms/views/pms_floor_views.xml
+++ b/pms/views/pms_floor_views.xml
@@ -35,7 +35,7 @@
tree,form