From 46f3a8ec195893ba21306bce2b661d07beb3b653 Mon Sep 17 00:00:00 2001 From: zainab2097 <149927291+zainab2097@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:00:17 +0300 Subject: [PATCH] Update property_management_conf.py --- .../property_management/models/property_management_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odex25_realstate/property_management/models/property_management_conf.py b/odex25_realstate/property_management/models/property_management_conf.py index 9016d47ee..d446c3d71 100644 --- a/odex25_realstate/property_management/models/property_management_conf.py +++ b/odex25_realstate/property_management/models/property_management_conf.py @@ -3,7 +3,7 @@ from odoo import models, fields, api, exceptions, tools, _ -class Company(models.TransientModel): +class Company(models.Model): _inherit = 'res.company' commission_percentage = fields.Float(string='Commission Percentage', help="The commission percentage.")