You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
546 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- Education fee structure demo-->
<record id="education_fee_structure1" model="education.fee.structure">
<field name="academic_year_id" ref="education_core.education_academic_year_data"/>
<field name="amount_total">21000</field>
<field name="fee_structure_name">Nursery and Reception</field>
<field name="category_id" ref="education_fee.education_fee_category2"/>
</record>
</data>
</odoo>