Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
7882 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
set 18
3402
2
mag 16
8519
1
dic 15
4769
0
apr 17
4896
3
mag 16
7567