Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
8035 Vues

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>

Avatar
Ignorer
Meilleure réponse

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.

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
sept. 18
3562
2
mai 16
8615
1
déc. 15
4860
0
avr. 17
5023
3
mai 16
7727