Launchpad automatic translations update.
[odoo/odoo.git] / openerp / addons / base / __openerp__.py
index b68e2e9..5b35726 100644 (file)
@@ -25,6 +25,7 @@
     'name': 'Base',
     'version': '1.3',
     'category': 'Generic Modules/Base',
+    'complexity': "easy",
     'description': """The kernel of OpenERP, needed for all installation.""",
     'author': 'OpenERP SA',
     'maintainer': 'OpenERP SA',
@@ -53,7 +54,6 @@
         'module/wizard/base_import_language_view.xml',
         'module/wizard/base_module_upgrade_view.xml',
         'module/wizard/base_module_configuration_view.xml',
-        'module/wizard/base_module_shortcut_data.xml',
         'module/wizard/base_export_language_view.xml',
         'module/wizard/base_update_translations_view.xml',
         'res/res_request_view.xml',
@@ -93,6 +93,8 @@
         'test/test_context.xml',
         'test/bug_lp541545.xml',
         'test/test_osv_expression.yml',
+        'test/test_ir_rule.yml', # <-- These tests modify/add/delete ir_rules.
+        'test/test_ir_values.yml',
     ],
     'installable': True,
     'active': True,