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 […]
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 […]
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 […]
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 Accounting offers a convenient batch payment feature that allows you to process multiple payments simultaneously, saving you time and effort. Here’s a step-by-step guide on how to use it: 1. Access the Batch Payments Screen: Open Odoo 17 Accounting and navigate to the “Payments” menu. Click on the “Batch Payments” option. 2. Create […]
Odoo 17’s Field Service module offers robust tools to streamline on-site operations; worksheet templates are a cornerstone of this efficiency. These templates serve as pre-designed structures for the work orders that field technicians generate. A worksheet template is a blueprint outlining the key information a technician needs to gather or complete during a service call. […]
In Odoo, a tree view (also known as a list view) is used to display records in a tabular format. It is one of the primary views used to present data in Odoo. The editable attribute is used in tree views to allow inline editing of records. This attribute controls whether and how records can […]
Odoo 17 Studio empowers you to transform your business needs into custom applications without extensive coding knowledge. This guide unlocks the potential of Studio, taking you through the exciting process of creating your app in Odoo 17. Getting Started: Activate Studio: Within your Odoo 17 instance, navigate to the top right corner and click the […]
Odoo is one of the best ERPs available with advanced translation tools. The language translation in Odoo is a feature to translate words, labels, and strings in our required language. i.e.; with Odoo we can easily translate text strings in one language to another language without any extra customizations. It is important to consider translations […]
In this video, we will explore how to create and use compute fields and compute functions in Odoo 17. Compute fields are special fields whose values are computed dynamically based on other fields or data in the system. This feature allows you to create fields that automatically update their values when related fields change, ensuring […]