Create and Customize Menus using Odoo 14 Studio – CBMS Odoo ERP

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 […]

How to Manage Cash Basis Taxes in Odoo 14? – CBMS Odoo ERP

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 […]

How to Create and Update Product Data in Odoo 14? – CBMS Odoo ERP

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 […]

List Records | Odoo External API XML-RPC – CBMS Odoo ERP

#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, […]

How to Add Fields Using Odoo 14 Studio – CBMS Odoo ERP

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 […]

Odoo Webinar: XLSX reporting in Odoo | Odoo 14 Webinar – CBMS Odoo ERP

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 […]