This question has been flagged
1 Reply
9856 Views

How do you only show a button/etc in debug mode only?


Thanks

Avatar
Discard
Best Answer

for showing buttton in only in debug mode, give the groups to the button  groups="base.group_no_one"

For eg:

         <button name="button_name" string="Button"  groups="base.group_no_one"/>

Avatar
Discard