#LESSON #GS005 #Purchase #Odoo
In Odoo 17, SQL constraints are used to enforce data integrity rules at the database level. These constraints ensure that the data stored in the database meets certain criteria or conditions. SQL constraints are defined within the Python models of an Odoo module and are then translated into corresponding SQL constraints when the module is […]
In Odoo, A One2many field signifies a one-to-many relationship between two models, allowing one model to have multiple related records from another model. The onChange method triggers actions when a field’s value changes, commonly used to update other fields. To update a One2many field from another field’s onChange method in Odoo, declare the One2many field to […]
Shiprocket is an Indian e-commerce logistics and shipping software solution company founded in 2011 by Saahil Goel. It is considered India’s largest eCommerce enablement platform providing digital retailers with an end-to-end customer experience platform. In logistics and shipping software, a shipping connector is a software application that bridges the gap between your e-commerce platform or […]
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. […]
In Odoo ERP, effectively creating and managing products is fundamental for maintaining accurate inventory records and facilitating smooth sales and purchasing processes. With Odoo’s robust product management features, businesses can effortlessly add new products, organize product data, and track inventory levels across multiple warehouses. This guide will outline the steps involved in creating product records, […]
Odoo 17’s Time Off application offers functionalities to manage employee leave effectively. A crucial aspect of this is configuring public holidays and mandatory work days. This ensures accurate leave tracking, avoids scheduling conflicts, and streamlines the leave request process. Public Holidays: Creating Public Holidays: Navigate to the Time Off app, then Configuration followed by Public […]
By turning on the Price control functionality, the Odoo 17 PoS module now provides the opportunity to restrict price adjustments. You can limit pricing changes to managers exclusively with it. This implies that normal users won’t be able to alter the POS’s product prices. Businesses that wish to stop employees from unintentionally or purposely adjusting prices may […]
#LESSON #GS003 #Create #Manage #Vendors #Odoo #V17
In Odoo ERP, efficiently creating and managing customers is pivotal for maintaining strong relationships and ensuring smooth business operations. By leveraging Odoo’s customer management features, businesses can streamline the process of capturing, organizing, and engaging with their clientele. In this guide, we’ll explore the steps involved in creating new customer records, managing customer data, and […]