group_ids for ir.ui.view

view_groups_id
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/6.1/view_groups_id
VERSION
VERSION 1.0
CATEGORY
CATEGORYDependency
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTherp BV, OpenERP SA
MAINTAINERS
MAINTAINERSTherp BV, OpenERP SA
COMMITTERS
COMMITTERSStefan Rijnhart, Holger Brunn
WEBSITE
WEBSITEhttp://www.therp.nl
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 data Inherits base.view_view_form
Models touched (1)

New fields (0)

No new fields.

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