Managing Multiple Price List With Odoo 16 Point of Sale | Odoo 16 PoS – CBMS Odoo ERP

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

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