my 2nd commit
This commit is contained in:
parent
53d8312e1c
commit
ae75e748be
|
@ -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'),
|
||||||
|
|
Loading…
Reference in New Issue