[REM] association: removing a file is good, but it removing from the manifest is...
authorRichard Mathot <rim@openerp.com>
Tue, 7 Oct 2014 08:18:12 +0000 (10:18 +0200)
committerRichard Mathot <rim@openerp.com>
Tue, 7 Oct 2014 08:18:12 +0000 (10:18 +0200)
addons/association/__openerp__.py

index c3147e6..0bb5e52 100644 (file)
@@ -33,7 +33,7 @@ membership products (schemes).
     """,
     'author': 'OpenERP SA',
     'depends': ['base_setup', 'membership', 'event'],
-    'data': ['security/ir.model.access.csv', 'profile_association.xml'],
+    'data': ['profile_association.xml'],
     'demo': [],
     'installable': True,
     'auto_install': False,