Odoo External API | Authentication From External Application | Odoo External API Logging in

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 33

  • @nadeemkazi2092
    @nadeemkazi2092 2 роки тому +3

    Very useful. Thanks odoo mates🙏

    • @OdooMates
      @OdooMates  2 роки тому

      Happy to help

    • @didiwaytrooo
      @didiwaytrooo Рік тому

      is this API FREE ? or which Odoo versions which has this API bro ?

  • @legend-facts
    @legend-facts 2 роки тому +1

    Very helpful 👍 Nice Man

    • @OdooMates
      @OdooMates  2 роки тому

      Thanks brother

    • @didiwaytrooo
      @didiwaytrooo Рік тому

      is this API FREE ? or which Odoo versions which has this API bro ?

  • @rajakarthick6491
    @rajakarthick6491 2 роки тому

    Hi, In Postman I can run Odoo API, but It's not working if I take php Curl from the postman?

  • @redareda-uc2kg
    @redareda-uc2kg 2 роки тому +1

    When I run the command from termenal this error appears
    ==="ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)"
    So what is the solution to this problem?

    • @OdooMates
      @OdooMates  2 роки тому +1

      if you have / at the end of url remove it and try

  • @mohamedsobh2626
    @mohamedsobh2626 2 роки тому

    where to find api ? odoo work with other web site like payment getway!

  • @mauricioariasrodelo7573
    @mauricioariasrodelo7573 2 роки тому

    5:12
    in odoo 13 this is not possible?

  • @RalphNgOfficial
    @RalphNgOfficial Рік тому +1

    Is this applicable to Odoo Version 16?

  • @didiwaytrooo
    @didiwaytrooo Рік тому +1

    Help Brother / is this API FREE ? or which Odoo versions which has this API bro ? please tell me

  • @alexandergarzo9415
    @alexandergarzo9415 Рік тому +1

    Does this works for odo16?

  • @geelani
    @geelani 2 роки тому

    Any method by which we can do it with OTP. Registration and login both.

    • @OdooMates
      @OdooMates  2 роки тому

      By default no option, but custom solutions are possible

  • @nathanielanania
    @nathanielanania Рік тому +2

    I don't now how to get username

  • @waqasali-yg5jf
    @waqasali-yg5jf Рік тому +1

    I got better understanding

    • @OdooMates
      @OdooMates  Рік тому

      Glad to know that

    • @didiwaytrooo
      @didiwaytrooo Рік тому

      is this API FREE ? or which Odoo versions which has this API bro ?

  • @Amin-jr7ue
    @Amin-jr7ue 10 місяців тому

    has anyone tried this for a spring boot application and worked for them?

  • @phyumon1106
    @phyumon1106 Рік тому +1

    How to integrate Odoo and C# .Net Application?

    • @OdooMates
      @OdooMates  Рік тому +2

      Odoo is providing external apis to connect odoo from external applications, if you need to connect odoo from c# you can utilise this api's, it vice versa, you have to see what api is provided from the c# side

  • @OussamaKachroudi
    @OussamaKachroudi Рік тому

    how connect Iotbox with module in odoo community?

  • @kenzasouabni
    @kenzasouabni 2 роки тому

    Thank you

  • @traorefode1449
    @traorefode1449 2 роки тому

    the fonction authenticate doesn't work

    • @OdooMates
      @OdooMates  2 роки тому +1

      What is the server response ?

    • @traorefode1449
      @traorefode1449 2 роки тому

      @@OdooMates
      Fault Traceback (most recent call last)
      in
      10 common = xmlrpc.client.ServerProxy('{}/xmlrpc/2/common'.format(url))
      11 common.version()
      ---> 12 common.authenticate(db, username, password, {})
      5 frames
      /usr/lib/python3.7/xmlrpc/client.py in close(self)
      654 raise ResponseError()
      655 if self._type == "fault":
      --> 656 raise Fault(**self._stack[0])
      657 return tuple(self._stack)
      658
      Fault:

  • @rajakarthick6491
    @rajakarthick6491 2 роки тому

    Hi, In Postman I can run Odoo API, but It's not working if I take php Curl from the postman?

  • @ViệtĐỗ-z5m
    @ViệtĐỗ-z5m Рік тому

    When I run the command from termenal this error appears, odoo 17
    ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)
    So what is the solution to this problem?