bemade-addons/bemade_sports_clinic/data/admin_access_data.xml
Denis Durepos ca57ec8f16 [IMP] bemade_sports_clinic: Refactor portal views and enhance treatment notes
- Refactor portal templates to eliminate intra-module template inheritance
- Integrate emergency contacts section into player injuries template
- Add full internal admin views for treatment notes with chatter support
- Fix ORM warning in test_rights by using proper ORM commands
- Update manifest to reflect new functionality (v18.0.1.9.0)

This refactoring improves template stability by removing XPath errors and
provides treatment professionals with better access to emergency contacts
and treatment notes both in portal and backend interfaces.
2025-07-11 21:47:50 -04:00

9 lines
369 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<data noupdate="1">
<!-- Make admin user a member of the Sports Clinic admin group using direct reference -->
<record id="base.user_admin" model="res.users">
<field name="groups_id" eval="[(4, ref('bemade_sports_clinic.group_sports_clinic_admin'))]"/>
</record>
</data>
</odoo>