diff --git a/pms_base/models/pms_property.py b/pms_base/models/pms_property.py index 2c5a9f0be..95a387bce 100644 --- a/pms_base/models/pms_property.py +++ b/pms_base/models/pms_property.py @@ -72,7 +72,6 @@ class PmsProperty(models.Model): selection=_tz_get, ) area = fields.Float(string="Area") - area_uom_id = fields.Many2one(string="Area UOM", comodel_name="uom.uom") heating = fields.Selection( string="Heating", selection=[ diff --git a/pms_base/views/pms_property.xml b/pms_base/views/pms_property.xml index df4c27c97..a4373a7b2 100644 --- a/pms_base/views/pms_property.xml +++ b/pms_base/views/pms_property.xml @@ -90,13 +90,7 @@ -