Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

XML-RPC API connection script for create, read, write, delete (CRUD) record of Odoo ERP through your own external third-party app or module.

NotificationsYou must be signed in to change notification settings

altela/odoo-api

Repository files navigation

XML-RPC connection for External API to create, read, write, delete (CRUD) record of Odoo through your own external third-party app or module using python programming language.

View Changelog

Clone The Project

git clone https://github.com/Altela/odoo-api.git

Modifyconnection.py

url = 'https://yourDomain-or-yourIP'db = 'yourDatabaseName'username = 'yourOdooInternalUser'password = 'yourPassword'

Get Into The Project

cd odoo-api

Run The Script

python3 -m your_file.py

Files Information

There are two kind of files, it'sMandatory Files andQuery Files.

Mandatory Files

This three files will be used to establish connection between your Odoo server and app you build. You just have to edit theconnection.py files as previous instruction tells you.

Theconnection.py will pass the information toendpoint.py. When you run theQuery Files,establish.py will be triggered and requesting information fromconnection,py andendpoint.py. This will gives you credential to log into Odoo and execute the Queries.

Query Files

This is the files that has queries to CRUD.

Contact App

Sales App

Inventory App

Purchase App

Memo App

Helpdesk App

Attendance App

Contribution

If you wish to contribute, you can fork this repository, and please see thisto-do lists.

For reference, here's theOdoo API Documentation &Odoo ORM API Documentation.

Create your script file and make a pull request.

About

XML-RPC API connection script for create, read, write, delete (CRUD) record of Odoo ERP through your own external third-party app or module.

Topics

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp