This question has been flagged
1 Reply
2359 Views

http: //i.imgur.com/7uHoNE9.png

http: //i.imgur.com/PLrSBLN.png

Please remove the space after the colon

I am using openerp version=7.0

Avatar
Discard
Best Answer

It usually happens when there is an error in form view/ tree view or in the action you have created.

Avatar
Discard
Author

<record id="create_student_wizard_view" model="ir.ui.view"> <field name="name">Create Student</field> <field name="model">lib.create_student</field> <field name="arch" type="xml"> <form string="Create Student" version="7.0"> <group col="4"> <field name="stdid"/> <field name="name"/> <field name="course_id"/> <field name="subject_id"/> <field name="marks"/> <field name="mark_ids"/> </group> <footer>

Author

This is the xml code which creates above problem