Odoo JSON RPC || Connect To Odoo Database From External Applications

Поделиться
HTML-код
  • Опубликовано: 17 сен 2020
  • Odoo Json RPC. Connect to Odoo application from the external application using the json rpc. Working with odoo json rpc. Steps to connect odoo using the json rpc. How to connect odoo using json rpc. Odoo web service.
    The following example is a Python 3 program that interacts with an Odoo server with the standard Python libraries urllib.request and json.
    Link: www.odoo.com/documentation/13...
    Website: www.odoomates.tech/
    Email : odoomates@gmail.com
    Facebook: / odoomate
    Twitter: / odoomates
    Support Us in Ko Fi : ko-fi.com/odoomates
  • НаукаНаука

Комментарии • 41

  • @TrangTran-vk3pr
    @TrangTran-vk3pr 3 года назад +1

    Great !. Thank you Odoo Mates

  • @clonirvana
    @clonirvana 3 года назад +1

    Really helpful

  • @hunainak
    @hunainak 3 года назад +1

    You are great.

  • @usmanfarzand4078
    @usmanfarzand4078 3 года назад +2

    Love it i Really need it (y)

  • @dbk9555
    @dbk9555 2 года назад +1

    Nice ! 👍

  • @shahilaofficial
    @shahilaofficial 3 года назад

    Thanks. Is there any possible way to hide the Archive and Unarchive option based on the record. For Example: If the user has edit permission he can Archive/Unarchive the record and vise versa. If way can you show us demo.

  • @MuhammadNasir-gg4nt
    @MuhammadNasir-gg4nt 3 года назад +1

    Nice

  • @espadek
    @espadek Год назад

    Thank you for this, I am a new developer and am having trouble with reading arrays. I am able to pick the fields data but I don't know how to get the line items. How do I read line items from for example (invoice_line_Ids) in the account.move? How do I read an array? If there is a resource you can direct me to, I will be grateful. Thanks in advance

  • @nestoravalosba
    @nestoravalosba 3 года назад +1

    Hi, excelent video, i need write leads from external application to odoo, i use pentaho data integration, and i want to write with JSON, do you have some information or example?

    • @OdooMates
      @OdooMates  2 года назад +1

      Hope this video can help you in it, we have shown how to perform write operation into odoo from external application in the video. Is this enough or ..

  • @venkatg5655
    @venkatg5655 2 года назад +1

    Can I use JSOn RPC to read the data from odour.sh data base alos

  • @alzaroughalzarough6153
    @alzaroughalzarough6153 Год назад

    how to use this one inside odoo??

  • @dylanang4944
    @dylanang4944 2 года назад +1

    so meaning with jsonrpc i get to call the webservice for CRUD for my external application right?

    • @OdooMates
      @OdooMates  2 года назад +1

      yes

    • @dylanang4944
      @dylanang4944 2 года назад

      @@OdooMates thanks for reply. So it will work the same way for the odoo community version right?

    • @OdooMates
      @OdooMates  2 года назад +1

      Yes and the same is explained in video, have a look at the video

    • @dylanang4944
      @dylanang4944 2 года назад

      @@OdooMates thanks I have understand it

    • @dylanang4944
      @dylanang4944 2 года назад +1

      @@OdooMates can I ask u how can I create an add on to wrap my external website or small application to odoo? Any reference video I can have a look?

  • @thanshidhap.p4743
    @thanshidhap.p4743 2 года назад +1

    Hii odoomate..I have some doubts..pls clear me.
    Why don’t you use pycharm or vs code? Why Sublime text?
    Is internet is necessary for this?

    • @OdooMates
      @OdooMates  2 года назад +1

      internet is needed for connection when the source or destination is not on the same network/machine

    • @OdooMates
      @OdooMates  2 года назад

      sublime is used because we just need to show in more generic way, so those who didn't use pycharm also can understand

    • @thanshidhap.p4743
      @thanshidhap.p4743 2 года назад

      @@OdooMates thanks for your reply..

    • @thanshidhap.p4743
      @thanshidhap.p4743 2 года назад +1

      the reason why i am asking you that, i got an error like this :'arguments': ["int() argument must be a string, a bytes-like object or a number, not 'NoneType'"], 'context': {}}}
      do you know what is the issue?

    • @OdooMates
      @OdooMates  2 года назад +1

      @@thanshidhap.p4743 nice if you can share more details like the code and in which line you getting the error