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

Hello, I want to send data from my android application to my Odoo 9 , and I will be able to read them once i open my Odoo (module Employees) . Is it possible guys ?? if so , how ??

아바타
취소
베스트 답변

Yes, it is possible using xml-rpc. Check the documentation here: https://www.odoo.com/documentation/9.0/api_integration.html

아바타
취소
작성자

Do I need to create a new module and insert it in Odoo 9 or can I just use an existant module ??

As long as you want to create or update data which are part of the Odoo ORM (see https://www.odoo.com/documentation/9.0/reference/orm.html#reference-orm-model ), you do not need an Odoo Module. If you want to create or update data which is not part of the Odoo ORM, you have to extend the Odoo ORM first by developing an appropriate module. But that has nothing to do with sending data to Odoo, that's a functional issue.

관련 게시물 답글 화면 활동
0
1월 23
2350
1
12월 17
3465
1
10월 17
6152
1
3월 17
4768
0
1월 17
11187