[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:05:02 +02:00
parent fe4f640ca8
commit b5f6d5084e
6 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
'website': 'https://github.com/OCA/bank-statement-reconcile',
'data': [],
'test': [],
'installable': True,
'installable': False,
'images': [],
'auto_install': False,
'license': 'AGPL-3',

2
account_easy_reconcile/__openerp__.py Executable file → Normal file
View File

@@ -36,6 +36,6 @@
],
'license': 'AGPL-3',
"auto_install": False,
'installable': True,
'installable': False,
}

View File

@@ -144,6 +144,6 @@ Information propagated to the move lines:
'test/supplier_invoice_number.yml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

View File

@@ -30,6 +30,6 @@
'account_banking_payment_transfer',
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
}

View File

@@ -34,5 +34,5 @@
'account_view.xml',
'security/rule.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -50,7 +50,7 @@
'views/base_transaction_id.xml',
],
'test': [],
'installable': True,
'installable': False,
'images': [],
'auto_install': False,
'license': 'AGPL-3',