ODOO
Creating Custom Pages in Odoo 18 Using Controllers and XML

Creating Custom Pages in Odoo 18 Using Controllers and XML

Introduction Odoo provides a powerful framework for creating custom web pages through a combination of controllers (Python) and templates (XML). This article demonstrates how to create a custom web form in Odoo 18 using a real-world example: a Real Estate Channel...

read more
Bulk Updating Sale Order Status Based on Customer in Odoo 17 ERP 

Bulk Updating Sale Order Status Based on Customer in Odoo 17 ERP 

In Odoo, we can enhance sales order management by adding a menu that allows bulk updating of sale order states based on the selected customer. This feature simplifies order processing by fetching all orders/ quotations for a customer and enabling bulk confirmation of orders. This also can be used for any other action that you want to perform in bulk for Sales orders.

read more