Hello
following steps in "ODOO 15 DEVELOPMENT ESSENTIALS FIFTH EDITION" im trying to add custom addons folder using terminal on ubuntu (wsl), when i run this command:
$ odoo -d 15-library --addons-path="./library,./odoo/addons"
i get this error:
Usage: odoo [options]
odoo: error: option --addons-path: the path './library' is not a valid addons directory
btw folder library exists in my path
thanks in advance for any help
CodePudding user response:
It is solved by running scaffold command in the directory before running the command in the question