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 […]
Approvals in Odoo 17 are a robust feature streamlining business processes by automating and tracking approvals across various departments. This feature enables organizations to configure customized approval workflows for different scenarios, such as: – Purchase orders – Sales orders – Expenses – Time off requests – Documents In Odoo 17, approvals are highly customizable, allowing […]
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 […]
Odoo 17 website offers a built-in feature to automate sending customer submissions directly to your company email. This eliminates manual data entry and streamlines the process of receiving customer inquiries, feedback, or other forms. There are two main reasons why you might receive emails from an Odoo website form: Contact Form Submission: Odoo is a […]
In Odoo’s website module, the product comparison tool is a feature that allows customers to easily evaluate multiple products side-by-side. This helps them make informed decisions before purchasing. Imagine you’re running an online store selling laptops. A customer might be interested in three different models but want to compare their features, specifications, and prices before […]
In Odoo, you can set default values for fields by using the default attribute when defining the field in the model class. This allows you to specify a default value that will be automatically set for the field when a new record is created. Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: […]
In this video, we’ll talk about using a function in Odoo 16 to establish a default value for a field.In odoo we can set the default value for a field using a function. #odoodevelopment The value of a field can be set using a function and the function value can be used as the default value for […]