Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden/Dependency
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:03:09
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Holger Brunn, Weblate, OCA Transbot, Dave Lasley, oca-travis
Odoo dependencies
OCA/server-tools:
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • restrict_field_access Boolean
    compute='_compute_restrict_field_access' args: 'Field access restricted'
Public methods (6)
  • copy(self, default=None)
    @api.multi
  • create(self, vals)
    @api.model@api.returns('self', <expr>)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    @api.cr_uid_context
  • read(self, fields=None, load='_classic_read')
    @api.multi
  • read_group(self, domain, fields, groupby, offset=0, limit=None, orderby=False, lazy=True)
    @api.model
    Restrict reading if we read an inaccessible field
  • write(self, vals)
    @api.multi
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
148 days ago
Last activity
107 days ago
Repository
OCA/server-tools
Pull request
[19.0][MIG] base_mixin_restrict_field_access: Migration to 19.0 (#3575)