In some conditions we want to get the number of records based on it. In Odoo there is a search_count ORM method that returns the number of records based on the provided domain. Here in this video, describes how to get the number of records using search_count method by the given conditions #ormmethods #odooorm #odootutorials […]
In this video it helps to create a page on the website from the backend of odoo. It creates a template record in XML and renders it in the controller. #odoodevelopment #odoowebsite #odoo14 #odoo #odootechnical #odoo14technical The Odoo website module will add up to the aspect of website building as well as website management operations. […]
Sequence numbers in Odoo are auto-incremented field which gets generated each time whenever a new record is created for a particular model. #newsequenceinodoo #odoodevelopment #odootutorial #odoo #odoo14 #odootechnical #odoo14technical In this video, we’ll be discussing in short how we can create a sequence field for a model in Odoo. #Create #Sequence #Numbers #Odoo #Set #Sequence […]
This video, it explains how URLs and Routing are done in odoo. We know, Controller methods are associated with routes via the route() decorator which takes a routing string and a number of attributes to customize its behavior or security. #odoowebsite #odoo14 #odoo #odoo14 #odootechnical #odoo14technical #Building #Website #URLs #Routing #Odoo
In some cases, we need to set default values for fields every time when we create a new record. Odoo provides different ways to set up default values in fields. This video explains how to the set up the default value for a field in odoo 14 #odoo #odoo14 #odootechnical #odoo14technical #setup #default #field #Odoo
In Odoo fields defined with related to another field, values are not automatically stored in the Odoo database. A column will not be allocated for such fields. In order to store such a field in our database, we have added an extra argument store within the field definition. So, in this video, we’ll be describing […]
Odoo sh is a cloud platform designed exclusively for the Odoo end users. It helps to load an Odoo instance directly into the cloud just like the Odoo online. But compared to Odoo online, Odoo sh is an advanced platform with more features. One main feature is the provision for the use of custom addons […]
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 is a highly customizable ERP software and inheritance of a view is one which makes its easier. Users can inherit an existing view and change its behaviour by adding new features or update an existing one. #howtoinherit #odooinherit #odoodevelopement #odoo #odoo14 #odootechnical #odoo14technical In this video we’ll be discussing on how a view can […]