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. […]
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 […]
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 = […]
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, […]
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 […]
The delivery date on an invoice is the date when the goods or services were actually delivered to the customer. It is an essential piece of information on an invoice because it helps both the seller and the buyer track when the products or services were received or provided. This date is typically included to […]
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 […]