跳至内容
菜单
此问题已终结
1 回复
8065 查看

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.

形象
丢弃
相关帖文 回复 查看 活动
2
9月 18
3583
2
5月 16
8639
1
12月 15
4871
0
4月 17
5032
3
5月 16
7743