Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
from odoo import models, fields class MyModel(models.Model): _name = 'my.model' ...
To effectively manage user permissions and groups in Odoo, a technical understanding of its security...
To create a wizard in Odoo that enables file download and automatically closes upon completion,...
Why Use Python Instead of Views? Flexibility: Python allows dynamic data manipulation based on...
When working with Odoo development services, it’s often essential to determine the Odoo version from...
Problem: Incorrect or missing decorators like @api.model, @api.multi, and @api.onchange can lead to...
Pune, one of India's fastest-growing IT hubs, is home to some of the most innovative and reliable ERP...
To debug Odoo modules effectively, especially when working with Odoo development services, you need a...
Industry-Focused ERP for Sector-Specific Success Every industry has its own workflows,...
🚀 Stop Wasting Hours on Odoo Development! 🚀 . . . Are you an Odoo developer tired of repetitive tasks...
Odoo has two types of inheritance: _Classical Inheritance: Extending a model by defining a new model...
from odoo import models class MyModel(models.Model): _name = 'my.model' def create(self,...
Problem: You may encounter dependency or compatibility errors if custom or third-party modules...
Service-based companies operate differently from product-centric businesses. Whether you're offering...
Problem: Incorrect use of Odoo's ORM (Object-Relational Mapping) can result in data inconsistencies...
In the rapidly evolving world of eCommerce, businesses are constantly seeking robust solutions that...
A recordset is a collection of Odoo records of the same model. Filtering is done with search or...