How to Customize Odoo V18 in Windows - Part 1 of 7 Intro to Odoo Architecture and Development Setup

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

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

  • @saimch.9388
    @saimch.9388 4 дня назад +1

    I have added custom-addons folder directly in server folder and added its path in odoo.conf file. After some struggle, it is working fine. Looking forward to your future videos, thanks

  • @TheJohnmaina
    @TheJohnmaina 14 дней назад +1

    Great video!! Just what I was looking for..waiting for the rest of the videos in the series...

  • @saimch.9388
    @saimch.9388 4 дня назад +1

    My question is, you created custom folder in odoo directory which is core modules directory. Shouldn't we create the custom folder outside of odoo directory? Any suggestions or best practices on it

    • @softiqtechnologies5662
      @softiqtechnologies5662  3 дня назад

      Hi the odoo core modules directory is server\odoo\addons while i created mine at server\odoo\custom ideally you can place the custom folder anywhere so long as you define the path in odoo.conf

    • @saimch.9388
      @saimch.9388 2 дня назад

      @softiqtechnologies5662 thanks