In an Odoo website, a wishlist is a virtual shopping list where customers can save products they are interested in but aren’t ready to buy right away. It’s like a bookmark for online shopping. Odoo websites do offer wishlist functionality, allowing customers to save products they’re interested in for later purchase. Here’s a breakdown of […]
In Odoo 17, to make a field storable, set store=True when defining it. By default, fields are storable unless set to store=False. Storable fields ensure data persistence across sessions and server restarts, crucial for maintaining data integrity and retrieval. However, computed or related fields are not stored by default (store=False) unless explicitly specified as store=True. […]
Odoo 17 Timesheet offers features to motivate employees and track their billing efficiency through bill rate targets and leaderboards. Here’s a breakdown of both: Bill Rate Target: This feature allows you to configure a target billing rate for each employee. When activated, the employee’s timesheet will display their target rate. The rate will be highlighted […]
Themes play a significant role in the visual presentation and user experience. They define the layout, style, and overall appearance of the website, including aspects such as colors, fonts, and page structure. Installing a theme in Odoo involves adding a new theme module to your Odoo instance. You can find themes in the Odoo App […]