Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
8056 Lượt xem

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>

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 9 18
3574
2
thg 5 16
8637
1
thg 12 15
4865
0
thg 4 17
5027
3
thg 5 16
7735