diff --git a/models/enrollment_fee_summary.py b/models/enrollment_fee_summary.py index dfbd60c..ba2c6d6 100644 --- a/models/enrollment_fee_summary.py +++ b/models/enrollment_fee_summary.py @@ -11,6 +11,8 @@ class EnrollmentFeeSummary(models.Model): fee_slip_amount = fields.Float(string="Fee Slip Amount") due_fees = fields.Float(string="Due Fees") fee_element = fields.Char(string="Fee Element") + + frequency = fields.Selection([ ('monthly', 'Monthly'), ('quarterly', 'Quarterly'),