This video describes how you can import and update Product Data in Odoo14. You can import Product data using either Excel (.xlsx) or CSV (.csv) formats. #odoo #odooproducts #odoo14 First Go to Sales-Products-Products Open the list view and from the view select a few records and come under action- click Export. Now you can see […]
#odooexternalapi How to list records using Odoo external API using XML-RPC, this short video details listing records in odoo. Records can be listed and filtered via search(). external-api code: url = ” db = ‘test_local_enterprise_db’ username = ’14’ password = ’14’ import xmlrpc.client common = xmlrpc.client.ServerProxy(‘{}/xmlrpc/2/common’.format(url)) version = common.version() print(“version”, version) uid = common.authenticate(db, username, […]
We can use Odoo 14 Studio to add many different field types, and the process is basically the same for all of them.In this video, let’s see how different fields can be added to different views and customize it using the studio. #odoostudio #odoo14 #odoo ►► Visit our company website: ►► Our Odoo services Odoo […]
The key objective behind this Odoo Technical Training is to literate the Odoo developers and beginners who are interested in Odoo development. The training envisions sharing how we can create a customized XLSX report in odoo. #odoowebinar #odoo14 #odoo The training will cover all the basic Odoo module development essentials When it comes to the […]
To customize the report, select the report tab in the studio tool. One can create new reports or modify existing reports. When creating a new report, it will ask the type of report: External, Internal, Blank. Choose the required one based on whether the report contains the header and footer. Thus the report template will […]
Odoo is quickly becoming the most popular open-source software platform for businesses of all sizes and in all industries. Odoo’s goal is to make it possible for your business to integrate all of your existing software and applications into one intuitive, easy-to-use dashboard. More than 2 million users across 55,000 companies worldwide currently use Odoo. […]
Odoo default theme provides a minimal structure. However, while creating a new one we can extend its structure to any degree. Themes from Odoo are bundled like modules and regardless of whether you are structuring a basic website, you have to bundle the theme like an Odoo module. An Odoo theme doesn’t contain any HTML […]
#shorts The website module of Odoo ERP will be your reliable tool for building a website and managing it easily. The Odoo website builder has dedicated tools of operation which will provide you with functional options to create, design, and manage websites for your business. Moreover, the simple drag and drop functional and powerful website […]
The video explains how to create a website using Odoo 14. Odoo 14 is a comprehensive solution for all your website-related worries. This open-source ERP solution helps to design catchy websites within the shortest time. You have to install the website module and the video explains how to install the Odoo 14 Website module. Video […]
This video explains how to create a dashboard in Odoo. Dashboards and reports play a key role in visualizing the data and it also helps to highlight important information in a better way. This will help in situations where we need to make quick business decisions as it will display all the necessary information in […]