Skip to main content

Posts

Showing posts from 2021

Looking to streamline your business with Odoo?

🚀 Looking to streamline your business with Odoo? Whether you're exploring CRM , Project Management , Accounting, Inventory, Manufacturing, or a complete ERP solution, I’d be happy to help you understand how Odoo can fit your business needs. As an experienced Odoo Consultant and Implementation Partner , I help businesses: Select the right Odoo apps Plan successful implementations Customize workflows Migrate from older versions Optimize business processes Ready to see Odoo in action? 📌 Book your FREE Odoo Demo using my referral link: Odoo CRM Demo 📌 Interested specifically in Project Management ? Odoo Project Demo If you'd like to learn more about Odoo or discuss your business requirements, feel free to connect with me or send me a message. #Odoo #ERP #CRM #ProjectManagement #BusinessAutomation #DigitalTransformation #OdooPartner #OdooConsultant

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.