The purchase agreement contains all the relevant information regarding the transaction. A basic purchase agreement includes the information of both vendor and company, the type of products involved, type of sale, quantity, sales price, delivery details, shipping terms, related dates, and so on. Odoo 16’s Purchase module assists you in managing the purchase processes of […]
Method decorators in odoo help to extend the current functionality or to add a new one. api.onchange such a one which is used to invoke a method when the field’s value changes the platform. In this video it explains how can we use api.onchange mechanism and how it triggers the field’s value change. #odoo16 #odoodevelopment […]
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 […]