| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 199 |
| Technical Name |
advanced_json_widget |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 199 |
| Technical Name |
advanced_json_widget |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
Supports:
Community
Enterprise
Odoo.sh
Availability:
Odoo Online
Odoo.sh
On Premise
Read Blog
Dive into our comprehensive blog posts covering the latest in cybersecurity trends and insights.
Video Tutorial
Watch our detailed video demonstrations and tutorials on YouTube for hands-on learning.
Watch Demo
Key Highlights
Interactive JSON Editor.
Seamless Odoo Integration.
Modern OWL Framework.
Add a JSON field and include it in the form view.
some_model.py
from odoo import fields, models class SomeModel(models.Model): _name = 'some.model' json_data = fields.Json(string="JSON Data")
form_view.xml
<field name="json_data" widget="json_widget"/>
User Interface of the JSON Widget.
Our Features
01
Easily add, edit, and delete key-value pairs with a user-friendly UI.
02
Ensures clean and consistent JSON data storage within your records.
03
Works effortlessly with Odoo 19 models using JSON fields.
Latest Releases
Latest Release 19.0.1.0.0
Add
Initial Commit
Please log in to comment on this module