This video explains the canned response in Odoo 16. Canned Responses can be defined as predefined responses for commonly asked queries. Such predefined responses will help you to save time and effort. Using this option, you can create a response in advance for some expected questions. #odoo16 #odootutorials #odoofunctionalvideos In the Odoo Live Chat module, […]
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 […]
This video explains the purchase order approval in Odoo 16. We’ll set a limit amount and if the RFQ exceeds the limits then confirmation of it is possible only if the manager approves it. #odoo16 #odoopurchase #odoofunctionalvideos Connect With Us: —————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ […]
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@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Add […]
This video describes ‘How to configure Quotation templates in Odoo16’. At times, there may be a scenario of promoting a completely unique set of merchandise in a shop. Video Chapters 00:00 Introduction 00:37 Enabling Feature from the configuration settings 01:41 Creating a new quotation template 03:18 Designing New Template 05:22 Creating New Quotation But whenever […]
Odoo 16 Accounting module is published with enhanced features, which are designed to make the work process productive and automate the work of our accountant. With functions like AI-powered invoice recognition, sending them to clients, managing payments, synchronization with your bank accounts, sophisticated matching suggestions, etc. Odoo employs the double-entry bookkeeping system’s rules to automatically […]
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 […]
Odoo has provided you with the maximum effective pricelist function to guide the pricing method in the enterprise. It is not anything however growing a particular pricelist or a fee charged for a particular customer. The fee listing or fee charge may be for a particular product or for a collection of merchandise. It`s critical […]
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 […]