Troubleshooting your module installation

You won't be the first Odoo developer who created a module from scratch to not have it show up in the list of apps. There are a few things you can check if you don't see your application in the list.

First of all, it is always good to know how to check the logfile for errors in your Odoo installation. This is particularly important while you are developing an Odoo module. If you followed the standard Ubuntu Debian install, you can open the logfile and view it with the following command:

sudo nano /var/log/odoo/odoo-server.log

To demonstrate how this can be useful, we have modified the silkworm_view.xml file to contain a small error. When we attempt to install the module, we get an error that we can then ...

Get Working with Odoo 10 - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.