Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0
Category
Dependency
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.therp.nl
Last tracking update
2026-08-07 06:51:52
Authors
OpenERP SA, Therp BV
Maintainers
OpenERP SA, Therp BV
Committers
Stefan Rijnhart, Holger Brunn
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This addon is a backport of OpenERP 7.0's groups_id for
    views.

    The greatness lies in the fact that with that, you can have specific
    inherited views for specific groups, so you can radically change a view
    for some groups without having to redefine any of the window actions
    involved.

    Using it for 6.1 modules instead of fields_view_get hacks and the like
    also lowers the effort it takes to port the module in question to 7.0
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_view_form ir.ui.view form Inherits base.view_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • get_inheriting_views_arch(self, cr, uid, view_id, model, context=None)