How to Use Odoo 15 Contact Form for Creating New Customers

Creating a Contact Form on your company website to collect customer contacts is an easy process with the guidance of the Odoo ERP system. We already discussed the benefits of the Website Building System that Odoo offers for its users in many of our earlier blogs. Using the Odoo Website Builder, a user can effortlessly […]

How to Use Odoo 16 Activity Management App

Activities in Odoo 16 are powerful features that allow users to manage and organize their tasks and to-do lists. The Activity module in Odoo 16 can be used to track and schedule tasks, meetings, phone calls, and other types of activities. The activity module is integrated into other Odoo modules, such as CRM, Sales, and […]

How to Use Multi Websites in Odoo 14

Ecommerce, the new sale platform, is gaining popularity in the marketing world. Every business despite its size or shape is taking the online route to reach out to more customers. Another trend that the world is witnessing is the multi-faceted operations of the business. Instead of focusing on a single product or service, the majority […]

How to Use Multi Websites in Odoo 13

To procure and acquire business from various customers the companies should be hoisting their product on various platforms. The companies should be having the ability to showcase their products on multiple platforms to do so. Additionally, the executives of the firm should be able to manage all these platforms and control the operations in each […]

How to Use Mail Hog to Test Email Locally in Odoo 16

In the world of web development and testing, it is crucial to ensure that your application’s email functionality is working correctly. However, testing emails in a local development environment can be challenging. This is where MailHog comes to the rescue! MailHog is an open-source email testing tool that allows you to capture and view emails […]

How to use Lunch Module in Odoo 14

Managing the food distribution system inside an organization can sometimes get messy. But an efficient ERP application for managing food supply can help. The lunch module of Odoo 14 will help a business to manage all food supply related worries. This application can be of great use to organizations that arrange food for their employees. […]

How to Use Lunch Module With the Odoo 15 ERP?

Lunch management is crucial for all employees and staff in each organization. In some situations, the maintenance of lunch providing for employees becomes challenging, mainly in large industries. An Odoo ERP system avoids all worries about food management in your company. Odoo 15 Lunch module ensures food supply for individuals in a firm accurately. It […]

How To Use Kansas(USA) Sales Tax In The Odoo 16 Accounting

Retailers need help sensing US sales taxes due to the variety of tax rates in each state. Most merchants working in the country deal with several sales tax regulations and rules. A few states, such as New Hampshire, Delaware, Oregon, and more, are exceptions from the sales tax. Sales tax permits are easily acquired in […]

How to use JSON RPC API in Odoo 13

Odoo is well known for its robust features and rich set of APIs offering complete flexibility and security in its APIs just like its user interface. Additionally, all the security measures taken in Odoo are maintained in it’s API’s. Odoo APIs work with its ORM (Object Relational Mapping) which the API users can access with […]

How to Use Init Hooks in Odoo 16 ERP

Hooks are functions that run before, after, or in place of existing code. Hooks, functions that are displayed as strings, are contained in the __init__ .py file of an Odoo module. Hooks are defined within a module’s __manifest .py file using the keywords listed below. The types of hooks used in Odoo include 1. pre_init_hook […]