October 2019
Beginner to intermediate
504 pages
12h 57m
English
Right now, our module is very simple and just adds two fields to our sales order form. We should still quickly review the following files that you should have in your module directory:
When you run Odoo in Ubuntu, it is good practice to run the service under a special account that has limited permissions. This is set up automatically when you use the Debian install. Therefore, we need to change the permissions on our module directory so that Odoo can properly access the files. Use the following command to set the permissions:
sudo chown odoo:odoo /home/mymodules -R
To install the module, you must also restart the Odoo server. If you don't restart your ...
Read now
Unlock full access