Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC

This commit is contained in:
CI Publish Bot
2026-05-10 21:19:11 +00:00
commit cbf9e6e6d6
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="res_groups_view_form" model="ir.ui.view">
<field name="name">res.groups.form - base_user_role</field>
<field name="model">res.groups</field>
<field name="inherit_id" ref="base.view_groups_form" />
<field name="arch" type="xml">
<xpath expr="//sheet/group" position="before">
<div name="button_box" class="oe_button_box">
<button
class="oe_stat_button"
name="action_view_roles"
type="object"
icon="fa-gears"
invisible="not role_count"
>
<field string="Roles" name="role_count" widget="statinfo" />
</button>
</div>
</xpath>
</field>
</record>
</odoo>