To install & use this module, you need at least this system configuration.
Odoo Module require installation of our foundation package for Python.
You can install it with this command:
pip3 install splashpy
Download Odoo from our GitHub repository, and create a symlink to your Odoo addons path.
git clone https://github.com/SplashSync/Odoo.git /home/splashsync --depth=1
ln -s /home/splashsync/odoo/addons/splashsync /mnt/extra-addons
To update our module to it’s last version, just pull sources.
cd /home/splashsync && git pull
If you are working on an Ubuntu/Debian environment and have Odoo addons installed in /mnt/extra-addons/.
You should try this command:
curl -s https://raw.githubusercontent.com/SplashSync/Odoo/master/scripts/install.sh | bash
Note: Require admin rights
Go to Apps, search for “splashsync” and install our module.
First, you need to create access keys for you module in our website. To do so, on Splash workspace, go to Servers » Add a Server and note your id & encryption keys.
Then, go to Apps » Configuration and enter the keys on Module’s configuration (take care not to forget any character).