Split Delivery Orders in Odoo 18 is a feature that allows you to divide a single delivery order into multiple smaller orders. This can be useful in various scenarios, such as: Multiple Shipping Addresses: If a customer has ordered products that need to be shipped to different locations, you can split the delivery order to […]
In this video we’ll show you how to set up Vendor Pricelists in Odoo 17. Learn how to configure pricelists directly from the product form and the configuration menu, set up vendor-specific discounts, adjust priorities and control delivery times. This guide will help you streamline purchasing, get accurate quotes, and get the best deals from […]
To access a JSON view in Odoo, use the ir.ui.view model and its methods. Here are the main ways to access a JSON view: 1. By ID: Python view_id = 123 # Replace with the actual ID of your JSON view view = ir.ui.view.browse(view_id) json_data = view.arch 2. By name: Python view_name = ‘my_json_view’ view = […]
In this video, learn about how to control your purchases with approvals and warnings. 0:00 – Introduction 0:47 – PO Approval Setup 1:23 – Configure User Settings 2:12 – Warnings Setup 4:08 – Blocking Message Setup 5:03 – Warnings and Blocks 🛑 6:17 – Approve RFQ 6:50 – Conclusion Other lessons related to this video: […]
In this video, we’ll show you how to import customer payments from QuickBooks Desktop to Odoo using the Odoo QuickBooks Desktop Connector. Learn how to update your payment list without duplicates, set import date ranges to filter relevant data, and automate future imports with cron jobs. Watch now to maintain a smooth accounting workflow and […]
Return for Exchange in Odoo is a process where a customer returns a product to a company and receives a different product in exchange. This feature is typically found in inventory management modules and allows for seamless handling of product returns and exchanges. Here’s a breakdown of the process: – Customer Initiates Return: The customer […]
View button is a new feature in odoo 18 contact module. Activate developer mode. Goto contact module — configuration — contact title. provides the ability to switch between the open_form_view button column and the list’s editable and debug-mode-activated states. When these criteria are met, the toggler appears inside the dropdown of the optional columns. Regarding the […]
In this video, we’ll show you how to import and export customer and vendor bills using the Odoo QuickBooks Desktop Connector. Learn how to automate synchronization, set specific import dates, and update payment statuses to ensure your data is accurate and up-to-date. Whether you’re managing customer invoices or vendor bills, this step-by-step guide will help […]
The top bar in Odoo 18 Projects is a crucial component that provides quick access to various functionalities within the project management module. It is designed to enhance user experience and streamline project navigation. Key Elements of the Top Bar: 1. Project Name: The project name is displayed prominently at the top left corner, indicating […]
Odoo 18 Accounting provides a comprehensive loan management system that allows you to effectively track and manage loans within your organization. Here are the key features and functionalities of loan management in Odoo 18 Accounting: 1. Loan Creation and Management: – Create new loans with detailed information such as loan amount, interest rate, repayment schedule, […]