~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_button_access_rights/wizards/view_config.py

[IMP] Remove field access rule files, folders and data. Change references to old module name in files

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from osv import fields
26
26
 
27
27
class view_config_install(osv.osv_memory):
28
 
    _name = 'msf_access_rights.view_config_wizard_install'
 
28
    _name = 'msf_button_access_rights.view_config_wizard_install'
29
29
    _inherit = 'res.config' 
30
30
 
31
31
    def execute(self, cr, uid, ids, context=None):