[FIX] Remove the active key in the __openerp__.py

This commit is contained in:
Joel Grand-Guillaume
2013-01-10 16:09:55 +01:00
parent a7c33a221a
commit e3e435f9a6
7 changed files with 1 additions and 7 deletions

View File

@@ -67,5 +67,4 @@
'images': [],
'auto_install': False,
'license': 'AGPL-3',
'active': False,
}

View File

@@ -67,5 +67,4 @@
'images': [],
'auto_install': False,
'license': 'AGPL-3',
'active': False,
}

View File

@@ -43,5 +43,4 @@
'images': [],
'auto_install': False,
'license': 'AGPL-3',
'active': False,
}

View File

@@ -44,5 +44,5 @@
'images': [],
'auto_install': True,
'license': 'AGPL-3',
'active': False,
}

View File

@@ -53,5 +53,4 @@
'images': [],
'auto_install': True,
'license': 'AGPL-3',
'active': False,
}

View File

@@ -57,5 +57,4 @@
'images': [],
'auto_install': False,
'license': 'AGPL-3',
'active': False,
}

View File

@@ -54,5 +54,4 @@
'images': [],
'auto_install': False,
'license': 'AGPL-3',
'active': False,
}