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. […]
Storable products are subject to the full stock management system (minimum stock rules, automatic procurement, etc.). Examples can be (depending on your industry) hard disks, assembled computers, cars, etc. #odoo17 #odootutorials We have to maintain stock of these products; these products are the raw materials of our product or the products that we sell or […]
Let’s consider an example of a subscription service for a storable product, such as a coffee subscription. Coffee beans are a storable product that can maintain freshness for an extended period when stored properly. #odoosales Customers can subscribe to receive a monthly supply of freshly roasted coffee beans. The subscription model provides flexibility in terms of […]
In this video, we can discuss how to make a field storable. #odoodevelopmentvideos #odoo15tutorials Video Contents ————————- 0:00 Introduction 1:45 Compute Function 2:00 Providing Store= True for Field 2:31 Checking the Working #odoo15technicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Field #Storable #Odoo #Odoo #Technical #Videos #Odoo #Development #Tutorials
Product category management helps the business to categorize the products and manage them in an effective way.#odoo15purchase To configure the Product Category we can move to Inventory – Configuration – Products – Product Categories. Clicking on Product Categories we can find the product categories listed out. #odoo #odoo15 #odooproducts #odooproductcategories These are the pre-configured product […]