Odoo 18 Improved Dashboard App | Odoo 18 Dashboard | Odoo 18 New Features | Odoo 18 Release Date – CBMS Odoo ERP

Odoo 18 has introduced significant enhancements to the dashboard app, making it more versatile, customizable, and user-friendly. Here are some of the key improvements: 1. Enhanced Customization: Drag-and-Drop Functionality: Users can now easily rearrange dashboard components using a simple drag-and-drop interface, allowing for greater flexibility in layout customization. Configurable Widgets: A wider range of widgets […]

Sub Thread in Odoo 18 Discuss | Odoo 18 Features | Odoo 18 Release Date | Odoo 18 Discuss App – CBMS Odoo ERP

In Odoo Discuss, a subthread is a conversation within a larger, main thread. It’s a way to break down a complex discussion into smaller, more focused topics, making it easier to follow and manage. Here’s how subthreads work in Odoo Discuss: – Create a Main Thread: Start a new discussion by creating a main thread. […]

Loyalty Cards & E-Wallets in Portal in Odoo 18 | Odoo 18 New Features | Odoo 18 Release Date – CBMS Odoo ERP

Odoo 18 offers a robust loyalty card and e-wallet system within its portal functionality. Here’s a breakdown of how it works: Loyalty Cards: – Customer Creation: When a new customer is created, a loyalty card is automatically generated for them. – Point Accumulation: Every purchase made by the customer contributes to their loyalty points balance. […]

Animated GIF in Odoo 18 Discuss | Odoo 18 New Features | Odoo 18 Release Date | Odoo 18 Updates – CBMS Odoo ERP

hhh #Odoo18 #Odoo18Features #Odoo18Discuss #OdooUpdates #OdooRelease #AnimatedGIF #OdooTutorial #NewInOdoo18 #OdooERP #Odoo18ReleaseDate #odoo18 #animatedgifs #odoo #webdevelopment #odootips #odoocommunity #odootips #odoodev #odoolife #odoo18newfeatures #odoo18release #odoo18updates #odoo18tutorial #odoo18marketing #odoo18design Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Animated #GIF #Odoo #Discuss #Odoo #Features #Odoo #Release #Date #Odoo […]

How to Get Pictures From Google Image in Odoo 18 | Odoo 18 Features | Odoo 18 Release Date | Odoo 18 – CBMS Odoo ERP

Having appropriate product images in Odoo is useful for a number of reasons. However, if a lot of products need images, assigning them can become incredibly time-consuming. Fortunately, by configuring the Google Custom Search API within an Odoo database, finding product images for products (based on their barcode) is extremely efficient. Configuration In order to utilize Google Custom […]

Get JSON Data by Changing the URL in Odoo 18 | Odoo 18 New Features | Odoo 18 Release Date | Odoo 18 – CBMS Odoo ERP

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 = […]

How to Register Payment Against Draft Invoice in Odoo 18| Odoo 18 New Features| Odoo 18 Release Date – CBMS Odoo ERP

1. Open the Draft Invoice: Go to the “Sales” app and select “Invoices.” Find the draft invoice you want to pay and click on it to open it. 2. Open the Payment Register: In the invoice form, locate the “Payments” section. Click the “Register Payment” button. 3. Enter Payment Details: In the “Payment Register” window, […]

How to Manage Expiry Date in Odoo 17 Inventory | Odoo 17 Inventory Tutorials – CBMS Odoo ERP

Odoo allows you to manage and track the expiry dates of perishable products. This helps in reducing product loss due to unexpected expiry and ensures you don’t sell expired items to customers. However, this functionality is only available for products tracked using lots or serial numbers. Here’s what you need to know about expiry dates […]

How to Do Time Period Calculations Based on Date Type Fields in Odoo15 | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to do time period calculations based on date type fields in odoo15. #odoo15developmentvideos Video Contents ————————- 00:05 Introduction 00:40 Time Period Calculations There are a few built-in functions for getting ranges and references to different time periods. #odoo15tutorials These are specific to certain periods like “month”, “quarter”, “fiscal […]