by Confianz | Sep 23, 2021 | Odoo ERP, OpenERP Development, Software Engineering
Managing a business is a headache and a half without the right tools. Many companies try to get away with a DIY approach to organizing their business when they’re starting, but that only gets you so far. When you find yourself drowning in spreadsheets,...
by Confianz | Aug 27, 2021 | Odoo ERP, OpenERP Development
Today’s businesses rely on enterprise resource planning (ERP) software to manage all of their business processes in one place. However, it is time-consuming and expensive to implement a new ERP system, which is why it’s crucial to fully understand all of your options...
by Confianz | Aug 27, 2021 | Odoo ERP, OpenERP Development
Although important, implementing new ERP software is time-consuming and expensive for most companies. It’s a process you don’t want to have to do any more often than necessary, which is why it’s important to pick the right software the first time. Two of the big...
by Confianz | Aug 26, 2021 | Odoo ERP, OpenERP Development
Odoo is the world’s number one open-source ERP platform. Companies use the Odoo ERP to manage their operations, including eCommerce, customer relationship management, manufacturing processes, Telecom operations, project management, marketing automation,...
by Aswanth Babu | Jul 18, 2020 | Odoo ERP
In a normal case, we can create a view by using the corresponding fields in the database table (Odoo model) i.e., the header value of the tree view will be the string value of these fields. But it will be entirely different in case of a button. In model view, the...
by Aswanth Babu | Jul 18, 2020 | Odoo ERP
In Odoo, when we click on a date widget a calendar is rendered and along with that recently used dates are also rendered. Because of this, there will be difficulty in choosing a new date from the calendar that rendered. We can fix this issue by using the below code....