| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 194 |
| Technical Name |
advanced_json_widget |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 194 |
| Technical Name |
advanced_json_widget |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 17.0 18.0 19.0 |
The Advanced JSON Widget adds an intuitive OWL-based interface to easily view and edit JSON fields in Odoo.
Advanced JSON Widget
Key Highlights
Interactive JSON Editor.
Seamless Odoo Integration.
Modern OWL Framework.
Are you ready to make your business more
organized?
Improve now!
Add a JSON field and include it in the form view.
from odoo import fields, models class SomeModel(models.Model): _name = 'some.model' json_data = fields.Json(string="JSON Data")
<field name="json_data" widget="json_widget"/>
User Interface of the JSON Widget.
Easily add, edit, and delete key-value pairs with a user-friendly UI.
Ensures clean and consistent JSON data storage within your records.
Works effortlessly with Odoo 17 models using JSON fields.
Please log in to comment on this module