Skip to main content

Posts

Showing posts from May, 2021

Odoo 17.0 Studio APP Features

  In Odoo 17.0, a studio app would likely offer a range of features to facilitate customizing and extending the functionality of your Odoo instance. Here are some potential features you might find in a Studio app for Odoo 17.0: Customizable User Interface : Studio allows users to easily customize the layout and appearance of Odoo apps through a drag-and-drop interface. You can rearrange fields, add new elements, and modify existing views to suit your specific business needs. Field Customization : With Studio, users can create custom fields for any Odoo model, including text fields, numeric fields, selection fields, and more. This enables businesses to capture and store additional data relevant to their operations. Automated Workflows : Studio enables users to define custom workflows and automate business processes within Odoo. This includes configuring triggers, actions, and conditions to streamline tasks such as order processing, lead management, and inventory control. Reports and Da

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.