Remove environment ribbon module
Since odoo-role
doesn't allow to un-install modules yet, we need to execute the following steps manually BEFORE running the changes introduced by this MR.
- Uninstall the
web_environment_ribbon
module through the UI - Access the target machine through SSH
$ sudo su - odoo
odoo@odoo-capfoguer:~$ cd /opt/odoo
odoo@odoo-capfoguer:/opt/odoo$ . ../.odoo_venv/bin/activate
pip uninstall odoo11-addon-web-environment-ribbon
sudo systemctl restart odoo
- Execute the
provision.yml
playbook with the changes introduced by this MR
Still... the module appears in the UI as not installed. I would love to see it gone for good. We'll have to further investigate this.