Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5794 Переглядів

I want to use open ERP Accounting Service in my MVC Application which is real estate project. Could you please tell me how do I?

Аватар
Відмінити
Найкраща відповідь

You can integrate Odoo (OpenERP) with your MVC app using its REST API or XML-RPC. Set up Odoo on your server, enable API access, and connect your MVC application to perform accounting operations like invoices, ledgers, and payments through API calls.

Аватар
Відмінити