Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
8049 มุมมอง

Can somebody helps me in getting out from this error.  i am developing a module and this error comes

XMLSyntaxError: String not started expecting ' or ", line 1, column 14
the complete code is

<?xml version="1.0" encoding="utf-8"?>

<openerp>

<data>

<record model="feestruc.feestructure" id="Student_name">

<field name="name">Student Name</field>

<field name="description">About</field>

</record>

<menuitem id="fee_main_head" name="Fee Management" sequence="10" action="student_name"/>

</data>

</openerp>

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Try to remove this line:

<menuitem id="fee_main_head" name="Fee Management" sequence="10" action="student_name"/>

cause the record you made is not an action, rather than a data for a model you created.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ก.ย. 18
3567
2
พ.ค. 16
8618
1
ธ.ค. 15
4864
0
เม.ย. 17
5027
3
พ.ค. 16
7731