skip to Main Content

Import "odoo.addons.base_rest.controllers" could not be resolved. Pylance(reportMissingImports) – Ubuntu

When i develop rest API for Addons odoo, set import and get problem Import "odoo.addons.base_rest.controllers" could not be resolved. Pylance(reportMissingImports) this is a part of my code from odoo.addons.base_rest.controllers import main class PrivateApiController(main.RestController): _root_path = '/api/private/helpdesk/' _collection_name = "private.helpdesk.service" and…

VIEW QUESTION

Odoo custom addon_path not found – Debian

I setup a clean Debian 10 vps, launch this setup script https://raw.githubusercontent.com/Yenthe666/InstallScript/14.0/odoo_install_debian.sh and all seems is correctly installed I can't get the /odoo/custom/addons folder to work Odoo Enterprise This is the /etc/odoo-server.conf [options] ; This is the password that allows…

VIEW QUESTION
Back To Top
Search