Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 48 |
Technical Name |
smile_web_hide_groups |
License | AGPL-3 |
Versions | 13.0 14.0 |
Add options on group in xml to manage to show/hide fields inside group
How to use:
- Default use (all fields inside groups is hidden):
<group string="Test" options="{'active_show_hide': True}">
- Add option default_show to active widget & show fields inside group by default
<group string="Test" options="{'active_show_hide': True, 'default_show': True}">
Please log in to comment on this module