如何在 Odoo 13 中指定自定义插件目录?

How to specify custom-addon directory in Odoo 13?

我正在跟着书自学。而我走到这一步

To add the new addons directory to the Odoo server addons path, change the current directory, and start the server with the appropriate addons path configuration:

这是我在 Ubuntu 终端中输入的内容:

$ cd ~/odoo-dev
$ ./odoo/odoo-bin -d todo --addons-path="custom-addons,odoo/addons" --save

但是,它returns这个错误:

odoo-bin: error: option --addons-path: the path 'custom-addons' is not a valid addons directory

我尝试过的事情: 我确定我在 ~/odoo-dev 中创建了 目录 "custom-addons" 下面的截图是我当前的 Ubuntu 目录结构:

我的软件版本: Odoo 版本 13;

Ubuntu 19

我发现了问题,我们实际上必须在 运行 命令之前的目录中存储一个工作模块。