Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 371 |
Technical Name |
char_tags_field |
License | LGPL-3 |
Website | https://www.linkedin.com/in/neftalimich |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 371 |
Technical Name |
char_tags_field |
License | LGPL-3 |
Website | https://www.linkedin.com/in/neftalimich |
Versions | 17.0 18.0 |
Tags Field Widget for Char Fields
Create perfect labels with a simple Char field.

Char Tags Field Widget Configuration.
Set Parameters:
widget="char_tags"
Note: data_tags/field_tags both are optionals.
data_tags="Tag 01,Tag 02:2"
field_tags="other_field_name"
Choose options:
options="{
'no_create_tag': 0,
'no_edit_color': 0,
'no_set_color': 0,
}"
Note: All options are optional and are set to false by default

See it in action

Chart Tags Field Widget documentation
Configuration
- <field name="your_tree_field_name" widget="char_tags" data_tags="Tag 01, Tag 02:1, Tag 03:2"/>
- option - 'no_create_tag': users won't be able to create new tags.
- option - 'no_edit_color': users will not be able to edit the color, but it will remain set..
- option - 'no_set_color': colors will not be set.
Changelog
[2025-05-18] - Release (1.0.0)
- Basic functionality.
Please log in to comment on this module