@michelandre
I couldn't give you this information yesterday, you will find a non supported repository for Odoo here :
Odoo works better on EL7, OpenERP works good on EL6 (SME 9)!
From my point of view, you should try to install OpenERP (v7) with a custom init file and an Apache virtualhost with wsgi mod for performance.
But if you still want to test Odoo on SME9, you will need to tweak a little the installation of Odoo to make it start.
/!\ usually this repo is releasing stable version but you can break your system!
add the Odoo repos in the SME DB
/sbin/e-smith/db yum_repositories set odoo-nightly repository \
Name 'Odoo Nightly repository' \
BaseURL 'http://nightly.odoo.com/8.0/nightly/rpm/' \
EnableGroups no \
GPGCheck yes \
GPGKey https://nightly.odoo.com/odoo.key \
Visible no \
status disabled
signal-event yum-modify
Verification :
db yum_repositories show odoo-nightly
yum info --enablerepo=odoo-nightly odoo
Of course before installing Odoo you need to resolve all the dependencies (python and postgresql).
bye
Xavier