[MIG] base_user_role: Migration to 17.0

This commit is contained in:
Raf Ven
2023-12-13 15:00:48 +01:00
parent 39cfe98978
commit 8e44a19b47
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
name="action_view_roles"
type="object"
icon="fa-gears"
attrs="{'invisible': [ ('role_count', '=', 0)]}"
invisible="not role_count"
>
<field string="Roles" name="role_count" widget="statinfo" />
</button>