This Video explains about building a module in Odoo 15 using the scaffold method. Where scaffold method is a single line command for making a module for a specific purpose. Scaffolding is available via the Odoo-bin scaffold subcommand. How to create a new module using a command-line interface in Odoo. How to create a new […]
In this video, we will discuss how to add an image into odoo pdf reports. #odoopdfreport #odooreportimage #imageinreport #imagepdfreport #odootechnicalvideos #odoodevelopmentvideos Connect With Us: ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Add #Images #Odoo #PDF #Report #Images #Odoo #Qweb #Reports #Odoo #Technical #Videos
The key objective behind Odoo Technical Training is to literate the Odoo Developers, Partners, and other public on the OWL(Odoo Web Library) framework. The training envisions sharing how to Build an OWL Project. Course Content: 1) Introduction to OWL 1:07 2) Setting Up an OWL Project 8:47 3) What’s new in #Odoo15Js 4) OWL Components […]
In this video, we’ll discuss how we can change the related field to a normal field. #odoo14 #odoofields Related fields in Odoo are used to show the value to a field from another model field. By default, the related field values are not stored in the database. To store such values we have to add […]
In Odoo, we can schedule activities or planning of tasks based on a model.In some cases, we need to plan activities based on each record or data.Here ,in this video it describes how to schedule an activity within each form view in Odoo. How to schedule activity How to schedule activity in Odoo 14 Schedule […]
These are the flags that are used for updating Odoo Many2many field. (0, 0, { values }) link to a new record that needs to be created with the given values dictionary (1, ID, { values }) update the linked record with id = ID (write values on it) (2, ID) remove and delete the […]
In this video we will discuss how to use sql constrains in odoo. SQL constraints are defined through the model attribute _sql_constraints. The latter is assigned to a list of triples of strings (name, sql_definition, message), where name is a valid SQL constraint name, sql_definition is a table_constraint expression, and message is the error message. […]
_rec_name is intended to define the record value to display it in search for many2one and other cases #Odoo #Odoo14 #OdooTechnical #Odoo14Technical #REC #Odoo #Odoo #Technical #Video
In this video, we discuss the One2Many field parameters used in odoo and their use cases #Odoo #Odoo14 #OdooTechnical #Odoo14Technical #One2Many #Field #Parameters #Odoo #Odoo #Technical #Tutorial
Odoo Technical Training 2020 Day-3 The key objective behind Odoo Technical Training is to literate the Odoo developers, Technical Consultants, and beginners who are interested in Odoo development. The training envisions in sharing how we can customize existing Odoo functionalities and develop our own new features. The training will cover all the basic Odoo module […]