[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 03:03:12 +02:00
parent 036f44f910
commit 0cd60abbf3
17 changed files with 17 additions and 17 deletions

View File

@@ -48,5 +48,5 @@
],
'demo': [],
'test': ['test/banking_mandate.yml'],
'installable': True,
'installable': False,
}

View File

@@ -41,5 +41,5 @@
'views/res_company_view.xml',
],
'post_init_hook': 'set_default_initiating_party',
'installable': True,
'installable': False,
}

View File

@@ -48,5 +48,5 @@
'security/ir.model.access.csv',
],
'demo': ['demo/banking_demo.xml'],
'installable': True,
'installable': False,
}

View File

@@ -49,5 +49,5 @@
],
'auto_install': False,
'installable': True,
'installable': False,
}

View File

@@ -37,5 +37,5 @@
'demo': [
'demo/sepa_credit_transfer_demo.xml'
],
'installable': True,
'installable': False,
}

View File

@@ -43,5 +43,5 @@
'security/original_mandate_required_security.xml',
],
'demo': ['demo/sepa_direct_debit_demo.xml'],
'installable': True,
'installable': False,
}

View File

@@ -37,5 +37,5 @@ dependencies installed, so that you can run the tests. If you only
run the tests manually, you don't even have to install this module,
only its dependencies.
''',
'installable': True,
'installable': False,
}

View File

@@ -37,5 +37,5 @@
'data/account_payment_term.xml',
'data/payment_mode_type.xml'
],
'installable': True,
'installable': False,
}

View File

@@ -30,6 +30,6 @@
'view/bank_statement_view.xml',
],
'tests': [],
'installable': True,
'installable': False,
'license': 'AGPL-3',
}

View File

@@ -36,7 +36,7 @@
'data': [
'view/account_invoice_view.xml'
],
'installable': True,
'installable': False,
'application': False,
'auto_install': False,
'license': 'AGPL-3',

View File

@@ -32,6 +32,6 @@
"demo": [],
"test": [],
"licence": "AGPL-3",
"installable": True,
'installable': False,
"active": False,
}

View File

@@ -38,5 +38,5 @@
'views/payment_mode.xml',
],
'auto_install': False,
'installable': True,
'installable': False,
}

View File

@@ -39,5 +39,5 @@
'security/ir.model.access.csv',
],
'demo': ['demo/partner_demo.xml'],
'installable': True,
'installable': False,
}

View File

@@ -38,6 +38,6 @@
'data': [
'views/purchase_order_view.xml',
],
'installable': True,
'installable': False,
'auto_install': True,
}

View File

@@ -38,6 +38,6 @@
'data': [
'views/sale_order_view.xml',
],
'installable': True,
'installable': False,
'auto_install': True,
}

View File

@@ -34,5 +34,5 @@
'account_payment_sale'],
'conflicts': ['account_payment_extension'],
'auto_install': True,
'installable': True,
'installable': False,
}

View File

@@ -29,6 +29,6 @@
'data': ['invoice_data.xml',
'invoice_view.xml'],
'test': [],
'installable': True,
'installable': False,
'active': False,
}