Merge pull request #45 from expsa/preprod_odex25_hr

Preprod odex25 hr
This commit is contained in:
zainab2097 2024-06-27 17:46:03 +03:00 committed by GitHub
commit ac14e24bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,9 @@ class Sponsor(models.Model):
class ResConfig(models.TransientModel):
_inherit = 'res.config.settings'
# todo start
days_before_finish = fields.Integer(string="Days Before Finish")
# todo end
saudi_percentage = fields.Integer(string='Saudi Percentage %',
related='company_id.saudi_percentage')
contract_end_reminder = fields.Integer(string='Contract End Reminder',

View File

@ -153,6 +153,8 @@
<div class="content-group">
<div class="mt16">
<field name="saudi_percentage" string="Saudi Percentage %" readonly='0'/>
<field name="days_before_finish" invisible='1'/>
</div>
</div>
<h2>Contract And Trial Period Remider</h2>