Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4630 มุมมอง

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.

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ม.ค. 23
2332
1
ธ.ค. 17
3451
1
ต.ค. 17
6126
1
มี.ค. 17
4745
0
ม.ค. 17
11127