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 […]
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. […]
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. […]
To filter rules and domains in Odoo Studio, you can follow these steps: 1. Access the Object’s Form View: Go to Studio — Apps. Find and click on the object you want to modify. Select Form View from the available views. 2. Locate the Field or Field Group: Scroll through the form view until you […]
Automatic transfers in Odoo 17 Accounting are a powerful tool that can streamline your financial processes and reduce manual data entry. They allow you to automatically move funds between bank accounts based on specific conditions or schedules. Types of Automatic Transfers: Scheduled Transfers: These transfers are triggered at predefined intervals, such as daily, weekly, or […]
Odoo Studio is a powerful tool within the Odoo platform that allows you to customize and extend the functionality of your Odoo applications without writing any code. It provides a user-friendly interface where you can drag and drop elements, configure fields, create custom actions, and design your own workflows. Key features and capabilities of Odoo […]
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 […]
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 […]
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 […]
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 = […]