Update property_management_conf.py

This commit is contained in:
zainab2097 2024-09-03 14:00:17 +03:00 committed by GitHub
parent cda52f2f56
commit 46f3a8ec19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.")