The Webinar will cover the Members and Subscriptions modules in Odoo 14 and create a strong knowledge base for attendees. The demonstration of the key app will provide participants an in-depth overview. #odoowebinar #odoo14webinar #odooerp #odoo #odoo14 Video Contents 1. Introduction 2. Members a. Overview b. How to Create membership Products in Odoo 14 c. […]
Odoo provides a Website Builder feature to build our own custom website meeting your specific business requirements. However, to this, one can also easily add the snippets by drag and drop option making the odoo application all more user-friendly and adaptive. #odoothemes #odoowebsitebuilder #odoo14themes #odoo #odoo14 #odootechnical #odoo14technical Based on our business scenario we may […]
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
Automated actions can be used to automatically trigger actions based on some conditions. We can use them to automatically perform some operations on records that meet certain criteria or based on time conditions. Automated Actions are a powerful way to add functionality to Odoo without any programming. Also, if you are using Odoo Online you […]
Promotional programs can be used as a marketing tool where you can target the specific audience and can implement the loyalty program. This video explains how these promotional programs are created and learn how to encourage potential customers to use promo codes on your eCommerce and increase your sales. #odoo #odoo14 #odoowebsite #Create #Share #Promotional […]
We perform tasks in Odoo with the help of modules. With the help of modules, we can customize or alter the existing behavior of Odoo or add new features to it. In this video, we will be seeing how we can create a module with its basic structure from scratch without using the scaffold command. […]
Records can be updated using write(), it takes a list of records to update and mapping of updated fields to values similar to create(). #odooexternalapi #xmlrpc #odooxmlrpc 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, password, {}) […]
Odoo requires users of the API to be authenticated before they can query most data. The xmlrpc/2/common endpoint provides meta-calls that don’t require authentication, such as the authentication itself or fetching version information. To verify if the connection information is correct before trying to authenticate, the simplest call is to ask for the server’s version. […]
The dashboards module can be used as an effective data monitoring tool in a company to identify and plan business resources. This module allows a company to arrange and manage much critical information related to their business including total income of the company, sale orders, purchase orders, financial flows, lead generation, logistics, and human resources […]