Hi, I am using Odoo 10, having installed Odoo using the .deb package in Ubuntu 14.04LTS.
I have prepared a test package following:
https://www.odoo.com/documentation/10.0/howtos/backend.html#build-an-odoo-module
Once I have modified module files including a test field, how do I install it?
I have found this: http://stackoverflow.com/questions/39980781/how-do-i-install-the-odoo-10-enterprise-modules-on-the-community-version
Where it says that you have to install the module in the addons path (which in Ubuntu 14.04 LTS using .deb package it would be /usr/lib/python2.7/dist-packages/odoo/addons).
And then you are expected to do this:
kill all instances of the server and then run the server with -d your_database_name -u all, so that everything will be loaded properly.
How can I launch the server with such commands? Odoo user has no password in Ubuntu 14.04LTS. do I have to assign a shell password and use that user to launch Odoo instance?