my 2nd commit

This commit is contained in:
Truptimayee Dash 2025-07-30 11:57:58 +05:30
parent 53d8312e1c
commit ae75e748be
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ class EnrollmentFeeSummary(models.Model):
fee_slip_amount = fields.Float(string="Fee Slip Amount") fee_slip_amount = fields.Float(string="Fee Slip Amount")
due_fees = fields.Float(string="Due Fees") due_fees = fields.Float(string="Due Fees")
fee_element = fields.Char(string="Fee Element") fee_element = fields.Char(string="Fee Element")
frequency = fields.Selection([ frequency = fields.Selection([
('monthly', 'Monthly'), ('monthly', 'Monthly'),
('quarterly', 'Quarterly'), ('quarterly', 'Quarterly'),