It’s easy to create a new Menu by using Odoo Studio. Start by clicking on the Odoo Studio icon in the top right-hand corner. Now click on “Edit Menu” The “Edit Menu” menu dialog is displayed. Scroll to the bottom and click on “New Menu” The “Create a new Menu” dialog is displayed: Enter a […]
In this video, you will learn about how you can install a custom addon in odoo 14. #odoo #odoo14 #odooaddon #Install #Custom #Addon #Odoo #Install #Custom #Application #Odoo
The cash basis taxes are due when the payment has been done and not at the validation of the invoice (as is the case with standard taxes). Reporting your income and expenses to the administration based on the cash basis method is legal in some countries and under some conditions. #odoo #odoo14 #odootaxes #Manage #Cash […]
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 […]