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

Hi, i want to create a basic odoo module which get all the res.partner data, how can i create this module?? im new with odoo

아바타
취소
베스트 답변

Hi,

If you need to show all the res.partner data under a new menu item, you can create a new menu item and  create a new a new action or call existing action for it.

<menuitem id="menu_contacts"
name="contacts"
action="contacts.action_contacts"
sequence="10"/>


If you are new to development, check this: How To Create Menu And Actions In Odoo14


Thanks

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

Okey thanks so much, but i want to call this module with the xmlrpc external api, for example odoo.get('res.partner', 4, (err, callback)); so how can i create a module which returns me all the ids of res.partner for example

아바타
취소
관련 게시물 답글 화면 활동
1
7월 23
7035
2
6월 21
5362
0
1월 21
2064
0
1월 20
3178
2
3월 15
16530