Carlos Vercelino's picture

Hi Jeremy,

Thanks for releasing the Odoo appliance.

I have been testing an instance of the appliance for three days and it has been wording fine for me up to now. This document reports the procedures that I have used to create and configure the server under test.

I have changed my mind regarding the Odoo version to use. I have moved to version 13.0 (from version 12.0). To change de Odoo version was very easy:

  1. first delete the ‘Turnkeylinux Example ‘ database (it will not work with Odoo version 13.0), and
  2. log to the server as 'root' and execute the commands:
    /etc/init.d/odoo stop
    
    wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
    echo "deb http://nightly.odoo.com/13.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list
    
    apt-get update
    apt-get install odoo
    

That was all to have an Odoo 13.0 working instance.

Best regards.