Integrated Tech Solutions

Author: Admin

Empowering Developers with Years of Coding Experience
2 months ago

How to use Odoo External Api in PHP > 8.0

Create records in Odoo ERP with odoo external api using the PHP odoo-xmlrpc library

2 months ago

Create Realistic Clickable Maps in HTML Using jQuery Mapael Library

An Ultimate guide to insert realistic svg maps in webpages using Jquery Mapael Library

2 months ago

Odoo Community vs Enterprise: Which One is Right for Your Business?

Odoo is a popular open-source ERP software that offers a wide range of business management applications. It is used by…

4 months ago

How to perform a complete security audit of website

What is a security audit of website? Security audit is a regular process that should be performed on your client’s…

4 months ago

Install Odoo17 on Ubuntu

Connect to Server and upgrade the Environment Install Backend Dependencies Install Frontend Dependencies Install & Configure Postgresql Add system user…

5 months ago

Setup Apache Server – A Complete guide for Beginners

Introduction: Setting up a web server is an essential skill for anyone venturing into the world of web development or…

5 months ago

SSH Error Permissions too open [Solved]

Open Windows Powershell & Run the following Commands to make file permissions 400 in windows – C:\Downloads\Key-Location> icacls.exe keyname.pem /resetC:\Downloads\Key-Location>…

6 months ago

How to set the Selection field options in Gravity form using code

Dynamically set the Choices of a Dropdown field in Gravity form Using simple PHP code

10 months ago

How to create a Sequence field in Odoo

To create a sequence field in Odoo, you need to define a new field of type “Char” or “Integer” and…