diff --git a/pms/models/pms_property.py b/pms/models/pms_property.py
index 2656f4239..a15e283c8 100644
--- a/pms/models/pms_property.py
+++ b/pms/models/pms_property.py
@@ -115,6 +115,14 @@ class PmsProperty(models.Model):
compute="_compute_availability",
)
+ mail_information = fields.Char(
+ string="Mail Information",
+ )
+
+ privacy_policy = fields.Char(
+ string="Privacy Policy"
+ )
+
@api.depends_context(
"checkin",
"checkout",
diff --git a/pms/views/pms_property_views.xml b/pms/views/pms_property_views.xml
index 4ac88fb28..f2177a632 100644
--- a/pms/views/pms_property_views.xml
+++ b/pms/views/pms_property_views.xml
@@ -85,6 +85,12 @@
+
+
+
+
+
+