Skip to main content

Posts

🚀 Supercharge Your Business with Odoo 19, Odoo.sh & AI

In today’s fast-paced digital world, businesses need more than just software—they need smart, scalable, and automated solutions. With the release of Odoo 19 , combined with the power of Odoo.sh and integrated AI features , companies can now streamline operations, boost productivity, and make data-driven decisions like never before. 🌟 What’s New in Odoo 19? Odoo 19 brings a modern, intuitive experience with enhanced performance and smarter workflows. Whether you're managing sales, inventory, accounting, or HR, everything is more connected and efficient. ⚡ Faster and more responsive UI 🔄 Improved automation across modules 📊 Advanced reporting and dashboards 🤝 Seamless integration between apps ☁️ Why Choose Odoo.sh? Odoo.sh is Odoo’s official cloud platform designed for developers and businesses who want flexibility, scalability, and control....

Odoo13 Key Features

Editable List View Map view  Field Module Major Change on Account Internet Of Things Addition on HR Skill Module Sales Coupon and Promotion New Search Panel in Kanban View

flectra Installation Steps

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...