To access a JSON view in Odoo, use the ir.ui.view model and its methods. Here are the main ways to access a JSON view: 1. By ID: Python view_id = 123 # Replace with the actual ID of your JSON view view = ir.ui.view.browse(view_id) json_data = view.arch 2. By name: Python view_name = ‘my_json_view’ view = […]
Odoo is the front runner in open source ERP applications available in the market incorporating every business need. Odoo online provides an instance of Odoo basics constraining the users with the usage of same level features provides by Odoo ERP. This video explains about the limitations of odoo online. Odoo Online is an Odoo SaaS […]