Skip to main content

Posts

Setting up Odoo Inventory? Here's the 6-step overview 📦

Setting up Odoo Inventory the right way from day one saves you months of manually fixing stock counts later. Here's the quick overview of what it takes. The 6 steps, at a glance 1. Warehouse structure — map out your locations before adding anything else. 2. Import vendors — add suppliers first, since products link to them for reordering. 3. Import products — set units, cost, and reorder info correctly from the start. 4. Initial stock count — your accurate baseline that everything else builds on. 5. Sales & purchase flows — connect Sales/CRM so stock updates automatically. 6. Replenishment rules — set minimum thresholds so reorders trigger themselves. The tricky part isn't any single step, it's getting the warehouse structure and initial counts right the first time, since mistakes there are harder to unwind later. Want it set up correctly without the trial and error? Reach out and I'll walk you through it for your business. ...

Odoo 14 Key Features

Chart Snippet Countdown Widget POS Coupon and promotion is moved on CE Auto pop snippet Emoji Widget Product Catalog snippet Improved product price list report Reconciliation widget moved on EE

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