How To Add Custom Addons Path in Odoo

Поделиться
HTML-код
  • Опубликовано: 19 июл 2019
  • #odootutorials #odoodevelopment #odoobasics
    Odoo Development Tutorial: How to add custom addons path inside Odoo.
    For this you have to create a new folder and specify the folder inside the odoo.conf file(configuration file). After that you can place the custom modules inside this folder
  • НаукаНаука

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

  • @testgliffy2574
    @testgliffy2574 4 года назад

    i dont have odoo.conf in oddo12. i have a config.txt file. shall i give it there? Also when adding custom_addons folder its showing i dont have permission to add folder

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

      Log in with the user who have full permission and see. If you are not able to see conf file, you can create one and add the details in it

  • @php6515
    @php6515 4 года назад +2

    I am using odoo 13, i don't have odoo.conf file in it, so i just created a file inside the odoo folder! and pasted the code [options]
    ; This is the password that allows database operations:
    admin_password=admin
    db_host=localhost
    db_port=5432
    db_user=admin
    db_password=admin
    addons_path=/home/odoo/addons,/home/odoo/custom_addons
    xmlrpc_port = 8069
    but after restarting it still does not update or any any custom module to odoo 13, i am looking for the help !

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

      Shall we connect over sceen sharing application and see

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

      Ive the same problem. did you find a solution?

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

      @@MrArian2 i just used the same addon path where odoo own modules are present

  • @prachisadawarte4881
    @prachisadawarte4881 4 года назад +1

    I am using odoo 8 but I want my project in odoo 13 ...when I install odoo 13 and used my project at the time of running then how I used my addons which I already used in odoo 8 for my project..

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

      You have to migrate those modules to v13

    • @prachisadawarte4881
      @prachisadawarte4881 4 года назад +1

      @@OdooMates yes I already migrate that addons but I got error...keyerror='transient'...like this how I solve this error

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

      Key error can be of multiple reasons, it can be traced only by checking the codes

    • @prachisadawarte4881
      @prachisadawarte4881 4 года назад +1

      @@OdooMatesit occur in customemodel class

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

      Check the usage of transient inside corresponding module/file

  • @AliRaza-tf8uj
    @AliRaza-tf8uj 4 года назад +1

    i am unable to find odoo.conf file ? shall i create custom file and past code?

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

      Check inside the etc folder

    • @AliRaza-tf8uj
      @AliRaza-tf8uj 4 года назад +1

      @@OdooMates I found inside the etc odoo.conf ,odoo11.conf,odoo11.conf i changed path with this path /opt/odoo/odoo11/addons,/opt/odoo/odoo11/custom_addons but not working

    • @AliRaza-tf8uj
      @AliRaza-tf8uj 4 года назад +1

      @@OdooMates thank you its work right now :)

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

    In my idol.conf file there are many lines not like urs

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

      yes, its not problem, in our example, we have only minimum parameters in the conf file

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

    just tell me how to set addons path for every project in odoo

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

      depends on how you managed to run odoo

  • @rodolfosanchezflores
    @rodolfosanchezflores 4 года назад +2

    good voice

  • @lallaaichakone2106
    @lallaaichakone2106 4 года назад

    Are u using Odoo12?

  • @jakeronplaras9636
    @jakeronplaras9636 4 года назад +1

    I don't see odoo.conf file in Odoo 13. Do you have any idea how to set this up in Odoo 13? Thanks in advance.

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

      You can create a file in the given name

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

      @@OdooMates I did not understand. Should we write a new file in the base folder, named odoo.conf (is that a txt?), and then write the addons_path? There is a conf folder in the odoo folder inside odoo-13, and there is a __init__.py file where there is an empty list names after "addons paths", so I guess we could add the paths there instead of creating a brand new file, am I right?

  • @bondstar927
    @bondstar927 4 года назад +2

    definitely muting the audio

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

      Issue with audio ?

    • @bondstar927
      @bondstar927 4 года назад +1

      @@OdooMates yeah, sounds masked!

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

      @@bondstar927 Sorry for the trouble, we have improved the audio quality in the latest videos.

    • @bondstar927
      @bondstar927 4 года назад

      @@OdooMates thank you guys

  • @buddybob5502
    @buddybob5502 4 года назад

    What happened to the audio

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

      Something went wrong, we will release the video soon, Thanks for notifying us :) and sorry for inconvenience caused

    • @buddybob5502
      @buddybob5502 4 года назад +1

      @@OdooMates ahhhh I see Its fine bro

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

      @@buddybob5502 Thanks for understanding

  • @caots8230
    @caots8230 4 года назад

    Thank you for your video. You can share code _school for me. :< thanks a lot

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

      apps.odoo.com/apps/modules/12.0/om_hospital/

    • @caots8230
      @caots8230 4 года назад

      @@OdooMates many thanks