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 […]
This Video Discusses about on how you can show your margins and cost on produce information in point of scale. #odoo16 This #odooapp assists the user in computing the product margin in all applications, including sale orders, customer invoices, and point-of-sale orders. The user may also view the margin on sale, invoice, and pos order […]
Search and browse are commonly used ORM Methods that return a set of records based on our requirements. In the search method, we can return the records based on the conditions that we apply. #odooorm Video Contents 00:00 Introduction 00:40 What is the search method 04:14 Browse Method The browse method is used to return […]
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 […]
This video explains how to override the delete function in odoo16. The function which gets executed on deleting a record is the unlink method of the model. #odoo16 #odoodevelopment By overriding the unlink method of the corresponding model we can even add additional functionality while we delete a record. #odootutorials Connect With Us: —————— ➡️ […]
Incoterms stands for International industrial terms. Fifteen phrases of sale time-honored global in an task of fees and obligations between purchaser and seller. #odooincoterms Basically, Incoterms are change phrases posted by means of the International chamber of commerce(ICC), and that is generally used in each global and home exchange contracts. Incoterms are essentially supposed to […]
Many2many fields in odoo are used to create bidirectional relationships between two different models, which helps to create a table between two different models,any record on one side of the table can access the other one. Here in this video, it shows how can create a many2many field in Odoo 16 #odoodevelopment #odoo16 #odootutorials Connect […]
This video explains the selling of product variants using attributes. Product variants are used to handle products having different attributes like color, brand, size, and so on. This video includes the part about selling those variants for discrete rates. #odoo16 #odoofunctionalvideos #odootutorials Connect With Us: ——– ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: […]
Using python Inheritance each record is able to perform CRUD actions. Which means read, write unlink, and create. #odoodevelopment Video Chapters 00:00 Introduction 00:49 How to Create a Function 04:29 How to Create a Record This video shows about python inheritance by creating a record in Odoo 16. #odootutorials #odoo16 Connect With Us: ——– ➡️ […]