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

Hello

How do i call an existent view in OpenERP from JavaScript?

I already tried this :

self.rpc("/web/action/load", { action_id: "module.action_view_id" }).done(function(result) {

                        result.view_mode='tree';
                        result.target="new";

                        self.getParent().do_action(result, {                                                                                      
                            additional_context: {                                          
                            },                                                         
                        });

it works, but whenever i click on a record it brings me the form of that record, and that's not what i want. I need something like in this video on youtube /watch?v=YVqKrH1GnyA

thank you in advance.

아바타
취소