diff --git a/odex25_realstate/property_management/i18n/ar_001.po b/odex25_realstate/property_management/i18n/ar_001.po index f47ffa71c..16e4fba4d 100644 --- a/odex25_realstate/property_management/i18n/ar_001.po +++ b/odex25_realstate/property_management/i18n/ar_001.po @@ -1938,7 +1938,7 @@ msgstr "متسلسل" #. module: property_management #: model:ir.model.fields,field_description:property_management.field_rental_contract__service -msgid "Service" +msgid "Other Service" msgstr "خدمات أخرى" #. module: property_management diff --git a/odex25_realstate/property_management/models/rental_contract.py b/odex25_realstate/property_management/models/rental_contract.py index ab89edadd..a6c46db3a 100644 --- a/odex25_realstate/property_management/models/rental_contract.py +++ b/odex25_realstate/property_management/models/rental_contract.py @@ -146,7 +146,7 @@ class RentalContract(models.Model): # separate_service = fields.Boolean(string="Separate Service ?") rent_type = fields.Many2one('rent.type', string="Rent Type") space = fields.Float(string="Space", compute="get_property_unit_space", store=True) - service = fields.Selection([('fixed', 'Fixed'), ('percentage', 'Percentage')], string="Service") + service = fields.Selection([('fixed', 'Fixed'), ('percentage', 'Percentage')], string="Other Service") service_note = fields.Char('Services Notes') service_cost = fields.Float(string="service cost") service_amount = fields.Float(string="service amount", compute="compute_service_amount", store=True) diff --git a/odex25_realstate/property_management/views/rental_contract_views.xml b/odex25_realstate/property_management/views/rental_contract_views.xml index 58ecbea76..590ba331b 100644 --- a/odex25_realstate/property_management/views/rental_contract_views.xml +++ b/odex25_realstate/property_management/views/rental_contract_views.xml @@ -123,16 +123,20 @@ - - - - - +