If you've heard the word "Odoo" thrown around and aren't quite sure what it actually is, you're not alone. It gets described as an ERP, a CRM, an accounting tool, and an inventory system, and honestly, it's all of those at once. Here's what Odoo actually is, explained without the jargon. So what is Odoo, really? Odoo is business management software that brings the different parts of running a company (sales, accounting, inventory, HR, and more) into one connected system instead of a dozen separate tools that don't talk to each other. In ERP terms, that's called Enterprise Resource Planning: basically, one place where all your business data lives and updates in real time. Here's the simplest way to picture it: when a sale gets confirmed in Odoo, your inventory count updates automatically, and an invoice gets generated, all without you re-entering that information three separate times in three separate tools. It's built like building b...
This documents for How to install Flectra in Linux and Windows. This documents provide installation steps. Step :1 Execute the following command in root to install PostgreSQL server : #apt-get install postgresql -y Step :2 Flectra provides a repository for you can used with Linux enviornment Like Debian and Ubuntu. It can be used to install Flectra by using command in root : # wget -O - https://nightly.flectra.com/flectra.key | apt-key add - # echo "deb http://nightly.flectra.com/11.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/flectra.list # apt-get update && apt-get install flectra You can then use the usual apt-get upgrade command to keep your installation up-to-date. Step :3 You can use repository as well 'deb' package downloaded here : Community Edition : Flectrahq note : if Python is already installed, make sure it is 3.5 or above, previous versions are not compatible with Flectra.If python is not install than inst...

Comments
Post a Comment