TIP: You can type at any time to perform a new search.
OpenEduCat Fees
openeducat_fees · OCA/vertical-education
- Repository
- OCA/vertical-education · module folder · Try on Runboat
- Module version
- 3.0.0
- Category
- Education
- Folder size
- 0.23 MB
- License
- LGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- http://www.openeducat.org
- Last tracking update
- 2026-08-07 07:17:52
- Authors
- Tech Receptives
- Maintainers
- Tech Receptives
- Committers
- Stéphane Bidoul (ACSONE), Parthiv Patel, ajaychauhan727
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_fees_terms_form |
op.fees.terms.form | op.fees.terms | form | New |
view_fees_terms_search |
op.fees.terms.search | op.fees.terms | search | New |
view_fees_terms_tree |
op.fees.terms.tree | op.fees.terms | tree | New |
view_op_course_form_pt_inherit |
op.course.form.pt.inherit | op.course | form | Inherits openeducat_core.view_op_course_form |
view_op_course_tree_pt_inherit |
op.course.tree.pt.inherit | op.course | tree | Inherits openeducat_core.view_op_course_tree |
view_op_student_form_fees_inherit |
op.student.form.fees.inherit | op.student | form | Inherits openeducat_core.view_op_student_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
fees_term_idMany2one → op.fees.termsargs: 'op.fees.terms', 'Fees Term'
No public methods.
New fields (7)
-
activeBooleandefault=True args: 'Active' -
company_idMany2one → res.companydefault=<expr>required=True args: 'res.company', 'Company' -
day_typeSelectionargs: [('before', 'Before'), ('after', 'After')], 'Type' -
line_idsOne2many → op.fees.terms.lineargs: 'op.fees.terms.line', 'fees_id', 'Terms' -
nameCharrequired=True args: 'Fees Terms' -
no_daysIntegerargs: 'No of Days' -
noteTextargs: 'Description'
-
create(self, vals)@api.model
New fields (3)
-
due_daysIntegerargs: 'Due Days' -
fees_idMany2one → op.fees.termsargs: 'op.fees.terms', 'Fees' -
valueFloatargs: 'Value (%)'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
action_view_invoice(self)@api.multiThis function returns an action that display existing invoices of given student ids and show a invoice"
Loading…