OdooRPC: Connect To Odoo Database and Perform All Operations

  Рет қаралды 15,389

Odoo Mates

Odoo Mates

Күн бұрын

Connect to odoo database from python using odoorpc and perform various operation. Odoorpc tutorials. How to use odoorpc python package to connect and read data from odoo database.
OdooRPC is a Python package providing an easy way to pilot your Odoo servers through RPC.
Features supported:
access to all data model methods (even browse) with an API similar to the server-side API,
use named parameters with model methods,
user context automatically sent providing support for internationalization,
browse records,
execute workflows,
manage databases,
reports downloading,
JSON-RPC protocol (SSL supported),
Supported Odoo server versions
OdooRPC is tested on all major releases of Odoo (starting from 8.0).
Supported Python versions
OdooRPC support Python 2.7, 3.4, 3.5 and 3.6.
OCA Github : github.com/OCA...
Doc: pythonhosted.o...
Website: odoomates.tech/
Email : odoomates@gmail.com
Facebook: / odoomate
Twitter: / odoomates
Support Us in Ko Fi : ko-fi.com/odoo...

Пікірлер: 43
@AMARIDBA
@AMARIDBA 6 ай бұрын
Hi, it's very interesting. Can odoorpc connect to Odoo Custom Online database ? Which port should be used? Thanks
@OdooMates
@OdooMates 6 ай бұрын
odoo = odoorpc.ODOO('localhost', port=8069) can you try as follows and see odoo = odoorpc.ODOO('domain_name')
@abhinavm.s1410
@abhinavm.s1410 4 жыл бұрын
Very nice odoo mates.
@OdooMates
@OdooMates 4 жыл бұрын
Thanks :)
@engr.suliman6345
@engr.suliman6345 3 жыл бұрын
Sir First of all thank you so much for soo amazing lectures. Sir it is kindly requested if possible we need one video on how to integrate odoo with external application any of your choice such as Kobo toolbox etc i wana integrate odoo with external application but really stuck and your lectures are too much helpful in such regards. Thank you sir in advance Love form pakistan
@OdooMates
@OdooMates 3 жыл бұрын
Will this helps ? kzbin.info/www/bejne/rXjZpoWYeN6sqs0&vl=en
@ВіталійГлапшун
@ВіталійГлапшун 3 жыл бұрын
Great, Video, Sir! Keep going!
@OdooMates
@OdooMates 3 жыл бұрын
Thanks, you too!
@AyahAbdElhameed
@AyahAbdElhameed Жыл бұрын
Very useful thank you ,What if I wanted to integrate Odoo with process mining PM4PY tool?
@shanumathew5449
@shanumathew5449 6 ай бұрын
I have been given access to a Odoo Database which is not locally hosted. how to connect to that
@RomeMaristany
@RomeMaristany Ай бұрын
I have the same problem. What did you do?
@gokulakrishnanmurugesan
@gokulakrishnanmurugesan 3 жыл бұрын
Is there possible to do login different database at a time(like xmlrpc data migration)?
@OdooMates
@OdooMates 3 жыл бұрын
yes possible, we have shown it in this video: kzbin.info/www/bejne/mKPPmJmQoLdggq8
@monicasena7637
@monicasena7637 4 жыл бұрын
Hi thanks for the follow up I resolved the issue . Thanks again
@OdooMates
@OdooMates 4 жыл бұрын
did you add a folder named wizards ? make sure whether it is wizard or wizards
@monicasena7637
@monicasena7637 4 жыл бұрын
Hi kindly help , I am getting the following error "Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application." sudo tail -f on the log file lists the import error. Sorry for commenting on a wrong video but need help on this. Thanks
@monicasena7637
@monicasena7637 4 жыл бұрын
Hi it's Wizards just copied the folder as it was
@monicasena7637
@monicasena7637 4 жыл бұрын
How do I reverse this error
@srinivaskasarapu2238
@srinivaskasarapu2238 10 ай бұрын
is there possible to call web api from other application to odoo and bind the information to drop down list can you explain how i am trying but i coul'd nt
@Steven66888
@Steven66888 3 ай бұрын
How to connect to odoo via http post with custom json body not jsonrpc?
@dedicationmotive
@dedicationmotive 4 жыл бұрын
Odoo Mates is Great
@OdooMates
@OdooMates 4 жыл бұрын
Thanks :)
@giangduong9623
@giangduong9623 4 жыл бұрын
it has support for python 3.7.8 and odoo 13
@OdooMates
@OdooMates 4 жыл бұрын
Yes it will work for all Odoo version
@karunabandhakavi8599
@karunabandhakavi8599 3 жыл бұрын
Hi, I am getting this error while trying to access the model: odoorpc.error.RPCError: You are not allowed to access 'Vehicle Hours' (vehicle.hours) records. No group currently allows this operation. Contact your administrator to request access if necessary. Can someone please help me with this?
@OdooMates
@OdooMates 3 жыл бұрын
did the the authenticated user have access to this model ? if not grant the access for the user to this model
@OdooMates
@OdooMates 3 жыл бұрын
kzbin.info/www/bejne/jWbckmhoZtqHotE
@karunabandhakavi8599
@karunabandhakavi8599 3 жыл бұрын
@@OdooMates Thank you very much this worked! Another question - I am trying to insert records which are saved in a dataframe in my python code. Can I do that using OdooRPC or is there any other RPC that I should be using for this? Thank you very much in advance
@karunabandhakavi8599
@karunabandhakavi8599 3 жыл бұрын
Got it. I think xmlrpc will help me with it. Looking at that video now.
@OdooMates
@OdooMates 3 жыл бұрын
@@karunabandhakavi8599 okay, if you have any questions, feel free to ask :)
@nah0221
@nah0221 3 жыл бұрын
how it differs from external APIs ?
@OdooMates
@OdooMates 3 жыл бұрын
what you refer to external api's
@nah0221
@nah0221 3 жыл бұрын
Odoo Mates xmlrpc
@fatmareda1387
@fatmareda1387 4 жыл бұрын
can you tell me the me the meaning of odoo Rpc, please??
@OdooMates
@OdooMates 4 жыл бұрын
It's a Python package to connect to Odoo database from Python code
@jinkangcheng6668
@jinkangcheng6668 3 жыл бұрын
any tutorial on create new record?
@OdooMates
@OdooMates 3 жыл бұрын
its same as how we code normally, you can use almost all the orm methods
@OdooMates
@OdooMates 3 жыл бұрын
Odoo orm: kzbin.info/www/bejne/boeQpoJ9bbCegaM
@masoodkhanpatel
@masoodkhanpatel 4 жыл бұрын
good!! :)
@OdooMates
@OdooMates 4 жыл бұрын
Thanks :)
@SaLehAleid
@SaLehAleid 4 жыл бұрын
How i can get data from RPC in real time. like websocket
@SaLehAleid
@SaLehAleid 4 жыл бұрын
?
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 134 МЛН
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 31 МЛН
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 7 МЛН
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 151 М.
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 61 М.
Odoo ORM Methods  - Part 2
43:42
Odoo Mates
Рет қаралды 11 М.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 394 М.
Odoo External API: Search And Read From Odoo Database
14:02
Odoo Mates
Рет қаралды 21 М.
API vs. SDK: What's the difference?
9:21
IBM Technology
Рет қаралды 1,4 МЛН
How to Use Webhooks to Send and Receive Data in Odoo 17
24:09
Kevin Zaki
Рет қаралды 14 М.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 134 МЛН