Support and FAQ
For the fastest help, please read our FAQ first - our support bot can assist with quick fixes like git pull or restarts - or simply send a ticket to our support team for further assistance.
FAQ
- Manufacturing unit: Install the Manufacturing and Inventory/Logistics apps to manage production orders, stock, and deliveries.
- Online store: Install Website, eCommerce, and Sales apps to sell products online and manage orders.
- Service company: Install Project and Timesheets apps to manage tasks, track work hours, and invoice clients.
- Retail shop: Install Point of Sale (POS) and Inventory apps to manage in-store sales and stock.
- Accounting firm: Install Accounting and Invoicing apps to handle client billing, reporting, and bank reconciliation.
- Marketing agency: Install CRM, Marketing, and Email Marketing apps to manage leads, campaigns, and customer communications.
- Event company: Install Events and Website apps to manage event registrations, ticket sales, and promotions.
No matter your business type, you can pick the apps that match your needs, and gradually build your Odoo system step by step.
Open the Apps menu, search for the app you want, and click Install. Once installed, the app will appear in your main menu, ready to use. For additional apps not included by default, you can also install them via Git or use our one-click Quick Git feature for faster setup.
All Odoo Community apps are included, and more free apps can be found at https://odoo-community.org/
It’s always a good idea to become a member of the Odoo Community Association (OCA) and support their work.
If you also want to receive emails in Odoo, you can set up Incoming Mail Servers under the same menu, using the IMAP/POP3 details from your provider. This allows Odoo to handle both outgoing and incoming messages seamlessly.
Before making any changes, it is advised to set up your outgoing email server to ensure notifications and password resets work correctly.
Your login name is the email address associated with your account. To change it, go to Settings → Users & Companies → Users, select your user, and update the Email field. After changing your login name, you must log in using the new email and your existing password. To change your password, go to the same user settings, click Change Password, or use the “Forgot Password” link on the login page to reset it via email.
No - SSH access is limited to Git operations only. All other management and configuration options are available through our Odoo Settings module.
The backup job runs as a scheduled action within Odoo, ensuring your data is regularly saved. You can access and manage this job only when Development Mode is enabled, which allows you to view technical settings and scheduled actions that are otherwise hidden in the standard interface. This way, you can review, adjust, or trigger backups as needed to keep your system secure and up to date.
We store backups in slots, which are retained until they are overwritten. Backups are managed using a first-in, first-out (FIFO) queue, which is the standard approach for ERP systems. When a backup is overwritten, it is permanently deleted. If you need to keep more backups, you can upgrade your contract and purchase additional slots to increase your storage capacity.
After updating the A record, you also need to add your domain in Odoo. Go to Settings → 4 Server → Domains and enter each domain on a separate line. This ensures Odoo recognizes the domain and serves your instance correctly. Important: Check your contract to see how many domain routings are included.
If you’ve pushed a new module to the server and it prevents the service from starting, first revert your changes in Git and push the corrected version back to the server. Then open the support chat you find on this site - you’ll need your UUID (sent in the confirmation email to the address you used when signing up). After you tell our chatbot to git pull and restart the server, you’ll receive a confirmation email at your registered address; once confirmed, we’ll bring your Odoo instance back online.
This usually happens because the server has not been restarted after routing your domain to our service. To resolve this, simply restart your server — once it comes back online, Odoo will generate the correct SSL certificate for your domain. If the error persists, please create a support ticket so our team can assist you further.
No the ODOO Enterprice License need to be purchased separately.
Please note that we do not support patch releases (e.g., 18.1 or 17.2) — only the main releases (18.0, 17.0, 19.0) are supported. Our migration service currently supports databases based on Odoo 17, 18, and 19.
Yes, we host your n8n instance, but we do not provide the license. When you sign up, you will receive a license directly from the n8n team. Our service handles the hosting, setup, and server management, so you can focus on building your workflows
Yes! We include a custom Odoo node that we developed for free, making it easy to connect your workflows to Odoo. You can also use the standard Odoo node provided by n8n if you prefer.
To back up your instance, create a workflow that is triggered on a schedule and add an Execute Command node with the following command:
tar -czf /backup/n8n_backup_$(date +"%Y-%m-%d_%H-%M").tar.gz -C /home/node .n8n
Important: Only one backup file is allowed at a time, and the maximum file size is 100 MB.