Odoo 18 allows you to search for contacts by their address using the search bar in the contact list view. Here’s how to do it: – Go to the Contact List View: Open the “Contacts” app and go to the list view. – Use the Search Bar: In the top right corner of the list […]
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 […]
Odoo offers several ways to work with HTML, depending on your specific needs and the module you’re using. Here’s a breakdown: 1. HTML/CSS Editor: – Provides a dedicated tool for advanced customization of your website’s appearance. – Allows direct editing of HTML and CSS code. – Offers a code editor interface for precise control over […]
Odoo 17, a powerful open-source business management suite, offers a robust set of tools for effective product management. This comprehensive platform empowers businesses to streamline their product lifecycle, from ideation to go-to-market. Key Product Management Features in Odoo 17: Product Data Management: Centralized Repository: Maintain a centralized database for all product information, including product names, […]
Combo products in Odoo 18 are a powerful tool that allows you to create and sell bundles of products or services as a single unit. This feature can be beneficial for various business scenarios, such as: Product bundles: Offering a group of related products at a discounted price. Service packages: Bundling multiple services into a […]
In Odoo 17, to ensure that One2many records are deleted when the parent record is deleted, you need to configure the One2many field with the proper ondelete attribute. This attribute controls the behavior of related records when the parent record is deleted. Set ondelete=’cascade’ on the One2many field to automatically delete related records when the […]
How Bank Accounts Relate to Employees in Odoo Employee Record: In the employee’s form, you’ll find a field specifically for the bank account number. This is where you link the employee to a specific bank account for salary disbursement. goto employee module and choose an employee, select private information fill out bank account details save […]
There are several advantages to creating opportunities through an Odoo website: Automate Lead Capture: Odoo can turn website interactions into opportunities automatically. When a visitor fills out a contact form or submits an inquiry, Odoo can create a new lead or opportunity in your CRM. This saves you time and effort compared to manually entering […]
Two-step manufacturing in Odoo is a simplified process for creating finished products that involves two main steps: picking components and then manufacturing the final product. Here’s a breakdown of what it entails: The Two Steps: Picking Components: Odoo generates a manufacturing order (MO) specifying the product to be manufactured and the quantity. Based on the […]
Odoo 17’s time off module offers flexibility in managing various leave categories for your employees. Time off types act as templates defining how leave requests are tracked, allocated, and approved. Here’s a breakdown of how they work: Creating Time Off Types: Navigate to the Time Off app within the HR module. Under the Configuration menu, choose Time Off Types. Click New to […]