Skip to content

Odoo 18 CE

Odoo is an open source ERP & CRM server. Manage all aspects of your business with Odoo, including Wordpress, Ecommerce, Inventroy managment, POS, elearning platform, and many business applications to choose from.AWS Marketplace: Odoo 18 CE

Note:

Please be aware that it can take 5-10 minutes for the system to be accessible.

SSH Into the server:

  • Linux + MAC - add .pem key to
~/.ssh/id_rsa
# change permisisons
chmod 400 id_rsa
ssh adminotaur@ip-of-server
  • If using putty or mobaxterm make sure to convert .pem using puttygen.

Login to Odoo:

  • https://ip-of-server
  • Accept self signed cert, you can add your own certs in apache conf latter.
  • Please fill in all the fields that it is asking.
  • You can choose the autogenerated or use a custom one.
  • Please be patient , it takes a few minutes to initialize your chosen settings.
  • It will redirect you to the login page.
  • You can now install your Odoo Apps.

Fix Reporting issue:

# From the Odoo Dashboard >  Enable System parameter report.url
* Settings > General Settings > Scroll Down > Developer tools > Activate Develope Mode >
* Settings > Technical > Paramaters > System Paramaters > new > Key: report.url value: http://127.0.0.1:8069 > manually save

# From the terminal

sudo systemctl restart odoo 

View Modsec logs:

  • sudo tail -f /var/log/modsec_audit.log
  • Test if modsec works
  • https://IP-OR-Domain/index.html?exec=/bin/bash

Security Features:

  • Apache http Proxy - https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html
  • Modsecurity - https://modsecurity.org/
  • Ossec Hids - https://decyphertek.readthedocs.io/en/latest/technotes/OSSEC/
  • UFW Host Firewall - https://decyphertek.readthedocs.io/en/latest/technotes/UFW/
  • Auditd Logging - https://decyphertek.readthedocs.io/en/latest/technotes/Auditd/
  • Rsyslog - https://www.rsyslog.com/doc/index.html
  • Automated Updates - Update script upon first boot and at 3am daily.

Odoo Apps:

  • Free Apps: Sales, CRM, Inventory, Purchase, Point of Sale, Project, eCommerce, Manufacturing, Expenses, Time Off, Recruitment, Employees, Data Recycle, Maintenance, Marketing Card, Events, Discuss, Contacts, Calendar, Live Chat, Repairs, Attendances, SMS Marketing, To-Do, Skills Management, Lunch, Online Jobs, Employee Contracts

  • Paid Apps(Requires Upgrade): Restaurant, Invoicing, MRP II, Website, Accounting, Knowledge, Email Marketing, Timesheets, Field Service, Studio, Sign, Planning, Helpdesk, Subscriptions, Quality, Product

References:

  • Odoo 18 Docs - https://www.odoo.com/documentation/18.0/