I'm learning odoo 8 module programming. I've just created a test module via scaffold command like this:
odoo.py scaffold abc addons
The module now appear under Settings when I log in. This was just my first test and I haven't installed module "abc" inside web user interface. Instead I want to remove it. I've deleted the content of "abc" in /opt/odoo/addons restarted the server (Ubuntu 14.04) but the module "abc" still appears under settings in web gui. How can I "purge" my "abc" module. Is there a reverse command to scaffold?