콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4764 화면

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..

아바타
취소
작성자

Still no answer yet.. :(

+1 want also to know

작성자 베스트 답변

Still no answer yet.. :(

아바타
취소
작성자 베스트 답변

still no answers yet .. :(

아바타
취소
작성자 베스트 답변

desperately need your help guys :(

아바타
취소