How to Configure Odoo with VScode in Windows 10

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

КОМЕНТАРІ • 8

  • @amedeocappelletti5295
    @amedeocappelletti5295 3 роки тому +1

    Hi! I need to configure VS with odoo from source, could you help me? Thanks

    • @softycus
      @softycus  3 роки тому +3

      Ok, I will give new video As soon as possible. Thanks for your feedback

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

      @@softycus thanks

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

    when I click in add configuration it can't open any file to configure

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

      the issue is that your odoo folder is in the Program Files in your system and you don't have the right to configure even if you do it manually, you can cut and past it in another emplacement and it will work :)

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

    TKS.!!!

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

    Traceback (most recent call last):
    File "F:\Odoo14\server\odoo-bin", line 5, in
    import odoo
    File "F:\Odoo14\server\odoo\__init__.py", line 84, in
    PyPDF2.filters.decompress = _decompress
    NameError: name 'PyPDF2' is not defined

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

      Install PyPDF2
      pip install PyPDF2