How to Render Data to the Browser in Odoo 17 | Render Data to the Browser | Odoo 17 Technical Videos – CBMS Odoo ERP

This video covers the case of how we can pass the data to the browser, which can be done with the help of controllers. Controllers serve as intermediaries between the front-end of a web application and its back-end. They interpret requests made by the browser and determine how to respond, often by retrieving data from a […]

Building a Website for the Browser in Odoo | Odoo 16 Development Tutorial – CBMS Odoo ERP

In this Video, it discusses about how to pass data to the browser on the Odoo 16 Website. Controllers help to configure frontend models and also help to interpret browser requests & send data back. #odoo16 #odoodevelopment #odootutorials Connect With Us: ———— ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Building #Website #Browser #Odoo #Odoo […]

Building a Website to the Browser| Odoo 15 Development Tutorials – CBMS Odoo ERP

Controllers help us to configure front-end modules and also help to interpret browser requests and send data back. #odoo15website Video Contents ————————- 0:00 Introduction 0:27 Controllers 1:12 Return to the controller 2:27 In the URL We need to add a simple controller return whatever we need to add to our web page and then import […]