Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
2427 Представления

how to connect android application with odoo server.   how to create odoo json with android  and how to send it

Аватар
Отменить
Лучший ответ

Hi,

You can refer these Docs available in the Odoo website,

1. JSON-RPC Library

2. Web Service API


Thanks

Аватар
Отменить
Лучший ответ

You can use Web Service API to call methods in Odoo and Postman to check response and test your requests.

You can get method, headers and url by inspect element in browser (Chrom) Network tab when you perform action. For ex. When you create user you can get url, method etc.

Аватар
Отменить