Difference between revisions of "Odoo"

From SME Server
Jump to navigationJump to search
Line 38: Line 38:
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S92odoo
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S92odoo
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
signal-event remoteaccess-updateBrowse to http://yourserver:8069 and follow instructions.
+
Browse to http://yourserver:8069 and follow instructions.

Revision as of 23:11, 22 July 2017

Warning.png Work in Progress:
This page is a Work in Progress. The contents off this page may be in flux, please have a look at this page history the to see list of changes.


Odoo.png

About

Odoo is an all-in-one management software that offers a range of business applications that form a complete suite of enterprise management applications. The Odoo solution is ideal for SMEs, but fits both small and large companies alike. Odoo is an all-in-one business software capable of covering all business needs, including CRM, Website/e-Commerce, billing, accounting, manufacturing, warehouse- and project management, and inventory, all seamlessly integrated

You can discuss this howto here on the forums. An Odoo demo can be found here.

Installation

For SME Server 10

You need to enable the epel repository first. Then:

Yum utils

yum install yum-utils


PostgreSQL

yum install postgresql-server
postgresql-setup initdb
systemctl enable postgresql
systemctl start postgresql


Odoo 10

yum install https://nightly.odoo.com/10.0/nightly/rpm/odoo_10.0.latest.noarch.rpm --enablerepo=epel
systemctl start odoo
systemctl enable odoo


PDF converter

yum install fontconfig libpng libX11 libXext libXrender xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi
TBA, not finished


Odoo as a SME Service

config set odoo service TCPPort 8069 status enabled access public
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S92odoo
signal-event remoteaccess-update

Browse to http://yourserver:8069 and follow instructions.