Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
4773 Visualizzazioni

I'm impressed by the way we can use jQuery inside OpenERP 7 but I want to know how to fetch data from a Python file using jQuery.

Here's the example content of the python.py's file:

print('testing')

and this is my jQuery code inside the XML :

$.get('blablabla/python.py',function(data){
    alert(data);
})

I want to alert 'testing', but I can only get print('testing').

Is the alert possible? and if so, how? please help me, will greatly appreciate it..

Avatar
Abbandona
Autore

Still no answer yet.. :(

+1 want also to know

Autore Risposta migliore

Still no answer yet.. :(

Avatar
Abbandona
Autore Risposta migliore

still no answers yet .. :(

Avatar
Abbandona
Autore Risposta migliore

desperately need your help guys :(

Avatar
Abbandona