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

I tried adding some  javascript directly to xml view, in a header, and a simple alert works, but when i try to loop in any way, does not work, throws this message:

Error: Invalid XML: <form string="Mejores Rutas" version="7.0"><header><script type="text/javascript"> var elem = document.getElementByTagName("field"); for(var i=0;i<elem.length;i++){ if(i == 0) { alert("HOLA"); } } </script></header><field name="origen" modifiers="{&quot;required&quot;: true}"/><field name="invoices" string="Facturas para Enviar" widget="one2many" colspan="4" nolabel="1" modifiers="{&quot;required&quot;: true}"/><footer/></form>

http://localhost:8069/web/webclient/js?db=ms:162

Is there any other way of adding js code in openerp?

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

You need to escape the < sign. Use &lt;

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ก.ค. 25
443
1
ก.ค. 25
5408
0
ก.ค. 25
970
0
มิ.ย. 25
959
1
มิ.ย. 25
1083