Odoo was formerly known as OpenERP until May 2014. It was rebranded because version 8 of the software included apps including website builder, e-commerce, point of sale and business intelligence. The software conforms to standard expectations of ERP systems, while providing additional modules beyond the coverage of traditional ERP systems.
These are steps to install ODOO/OpenERP version 8 (latest release) in Debian (in my case):
- Add this into your /etc/apt/sources.list
deb http://nightly.odoo.com/8.0/nightly/deb/ ./
or
deb http://nightly.odoo.com/master/nightly/deb/ ./ - Install odoo key
# wget https://nightly.odoo.com/odoo.key
# apt-key add odoo.key - update by run this command
sudo apt-get update - install ODOO 8 by run this command
sudo apt-get install odoo
No comments:
Post a Comment