~julie-w/unifield-wm/UFTP-144

« back to all changes in this revision

Viewing changes to msf_button_access_rights/__openerp__.py

  • Committer: mmu-openerp
  • Date: 2013-03-13 11:05:40 UTC
  • mfrom: (1349.29.95 button-wm)
  • mto: This revision was merged to the branch mainline in revision 1524.
  • Revision ID: mmu@openerp.com-20130313110540-gk589kzzzkw5ojro
[MERGE] uf-1652 button access rights

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
{
22
 
    "name" : "Field Access Rights for MSF",
 
22
    "name" : "Button Access Rights for MSF",
23
23
    "version": "1.0",
24
24
    "author" : "OpenERP",
25
25
    "developer": "Max Mumford",
26
26
    "category" : "Generic Modules/Others",
27
27
    "depends" : [],
28
 
    "description": """Provides functionality to define access rights and 
29
 
    synchronization propagation settings concerning the MSF synchronization 
30
 
    server hierarchy for models and specific fields of models.
 
28
    "description": """Provides functionality to define access rights  
 
29
    for buttons in views based and the actions and workflows they trigger
31
30
    """,
32
31
    "update_xml": [
33
 
        'views/field_access_rule_view.xml',
34
 
        'views/field_access_rule_line_view.xml',
35
 
        'views/view_model_fields_tree.xml',
36
 
        'menu/menu.xml',
 
32
        'views/view_config_view.xml',
 
33
        'views/button_access_rule_view.xml',
 
34
        'views/ir_ui_view_view.xml',
 
35
        'menu/button_access_rules.xml',
 
36
        'menu/view_config.xml',
37
37
        'data/groups.xml',
38
 
        'data/users.xml',
39
38
        'security/ir.model.access.csv',
40
39
    ],
41
 
    "test": [
42
 
        'tests/rules.yml'
43
 
    ],
44
 
    "depends": [
45
 
        'msf_instance',
46
 
    ],
47
40
    'installable': True,
48
41
    'active': True,
49
42
#    'certificate': 'certificate',