Repository
OCA/server-ux · module folder · Try on Runboat
Module version
1.0.1
Category
Tools
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-ux
Last tracking update
2026-08-07 08:09:17
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_res_users_form res.users form Inherits base.view_users_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (1)
  • has_all_groups Boolean
    string='Member of all Groups'
Public methods (3)
  • add_all_groups(self, users=False, groups=False)
    @api.model
    Add all groups to users, except 'exclusive groups'. if users is defined, users list will be filtered with only the ones flagged 'Member of all groups'. if users is undefined, apply to all the users flagged as 'Member of all groups'
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)