This is a new feature in Odoo 17, which completely replaced the note app from the app store. The purpose of a to-do app is to help individuals or teams manage their tasks and prioritize their work effectively. Video Chapters 00:00 – What is Todo 00:28 – How to create a todo 04:16 – How to […]
The video is about creating multiple price-list for customers in POS. This video explains a way to use multi pricelists withinside the Odoo 15 PoS #odoopointofsale Video Chapters 00:00 Introduction 00:10 Enabling Price List From Settings 01:37 Creating Price-list 03:15 Adding Price-list 03:45 Creating Tables and Floors for the Session 05:26 Make PoS Order Many […]
This video explains how to add a button in the header of any list view easily in odoo V14. #odoodevelopment #odoodevelopmenttutorials #odootutorials #odoo #odoo14 #odootechnical #odoo14technical #easily #Add #Button #List #View #Header #Odoo #V14 #Add #Button #Odoo
#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, […]
Odoo 13 Features- Search panel in Kanban and List view This video describes the new search panel in Kanban and the list view. Also, it includes New Search panel-department in Employee Module and the new Contract Status in Kanban which were introduced in Odoo 13 #odoofeatures #odoocommunity #odoo More video, Subscribe to our YouTube channel. […]
Odoo 13 Features-List View Improvements In Odoo 13 they introduced some improvements in the list view compared to Odoo 12 . With the help of the list view in Odoo 13 we can mass edit the records and we can add the new field to the view as well. #odoofeatures #odoocommunity #odoo More video, Subscribe […]