Skip to main content

Posts

Showing posts from 2021

So, what is Odoo, really?

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

Odoo 15 Key Expected Features

New Fields in the invoice for company operation Import Screen option for all requiered modules More option in Pivot and Graph view Coupons and Promotion in POS Redesigned Product page for E-Commerce BI tool Manufacturing process improve Robotic Process automation

Odoo Developer mode ( How to start debug mode in odoo ??)

Using Developer mode, you get more access and an extra right in Odoo ERP. This feature very useful for Developers. You can active this features using two method. Active through the settings. Click on Setting Menu -> Click on Active the Developer Mode. Note : Active the Developer mode with assets is used by developers. Activate the developer mode (with tests assets) is used by developers and testers.' Active through browser Url. Just add ?debug=1 or ?debug=true in browser url after web. Note : Developers: type ?debug=assets and activate the mode with assets You can also use Odoo Debug browser extension for active and deactive mode.

Basic Git Commands

Git Commands Git is the open-source VCS(Version Control System). That allows you to track project and files. Most of the Software companies are using this feature for mainting code development. Git is available for different OS such as Linux, Windows and Mac. git init git init [project name] git clone git add git commit git config git status git checkout git branch git pull git push

Gitlab Shell Command for Different OS

How to open Gitlab Shell Command in different Operating System. For macOS :  Mac has built-in Terminal. Press  ⌘ command  +  space  and type "Terminal" to find. For Windows : Windows has built-in cmd . Click on the search icon on the bottom navigation bar on Windows and type cmd to find it. Git Bash it also built-in Git for Windows. For Linux : Linux has built-in Linux Terminal.