In this video, we are discussing how to create a PDF report with a custom barcode in Odoo 16. #odoodevelopment #odoo16 #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Add #Barcode #PDF #Report #Odoo #Add #Barcode #Report #Odoo
In this video tutorial, we will explore how to enhance the functionality of your Odoo application by adding an existing One2Many tree view. #odoo16 #odoodevelopment #odootutorials We’ll cover the step-by-step process of identifying the target model, locating the relevant tree view definition, and incorporating the One2Many field into the existing view. Connect With Us: ————————————— […]
This video will show you how to add the store attribute to a field in Odoo 16. The store attribute is used to improve performance by storing the value of a field in the database, making it faster to retrieve the value when it’s needed. We’ll cover the steps to create a custom module, define […]
In this video, we are discussing how to add translation in a custom module and its use cases in Odoo 16 development. #odoo16 #odoodevelopment #odootutorials Video Chapters 00:00 Introduction 00:10 Exporting translation for custom module 02:20 Adding translation Odoo is one of the best ERPs available with advanced translation tools. The language translation in Odoo […]
In Odoo 16, you can add a new option to an existing selection field by modifying the field’s definition. A selection field is a field that allows the user to choose from a list of predefined options. #odoodevelopment #odoo16 1.To add a new option to an existing selection field, follow these steps, 2.Go to the […]
In this video, we’ll talk about how to add colour kanban records to an Odoo notebook. #odoo16developmentvideos. On Odoo, there are many views accessible. The terms list, form, graph, and pivot are instances. An intriguing viewpoint is Kanban. #odoo16tutorials View data are shown as cards in kanban. Records can be regrouped in this view to […]
How to add a new column to the kanban view in Odoo 16 will be covered in this video. The custom field that you have created can be displayed in the view and we can give the view type for the fields to be displayed. #odoodevelopertutorials The view type for the view can be given […]
Chatter helps to make communication among the users inside the records easier. #odoo16 #odoodevelopment #odootutorials In odoo, on each record, inside the form, we can add chatter, activity scheduler, etc..so here in this video, it shows how to add chatter inside a record in odoo 16. Connect With Us: —————— ➡️ Website: ➡️ Email: info@cybrosys.com […]
For loop is used for iterating over a sequence either list, tuple.dictionary. Also for loop helps to avoid singleton errors. Here In this video, shows how we can add a for loop #odoo16 #odoodevelopment #odootutorials Connect With Us: —————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Add […]
In Odoo we have different states inside a record in order to track the changes that happen inside it. In some cases, we need to add some more states to the existing field. #odoodevelopment Which can be done using the selection_add attribute. In this video, it shows how can add new states to an existing […]