Merge pull request #976 from expsa/setting_property

Update property_management_conf.py
This commit is contained in:
zainab2097 2024-09-03 14:00:49 +03:00 committed by GitHub
commit c186a5a9e5
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.")