odoo technical video
Video Tutorial

How to Make a Field Storable in Odoo 17

MAY 29,2024

Description :

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, which is 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 videos odoo development odoo tutorial

WhatsApp