mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MIG] Make modules uninstallable
This commit is contained in:
@@ -48,5 +48,5 @@
|
||||
],
|
||||
'demo': [],
|
||||
'test': ['test/banking_mandate.yml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -41,5 +41,5 @@
|
||||
'views/res_company_view.xml',
|
||||
],
|
||||
'post_init_hook': 'set_default_initiating_party',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -48,5 +48,5 @@
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'demo': ['demo/banking_demo.xml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -49,5 +49,5 @@
|
||||
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -37,5 +37,5 @@
|
||||
'demo': [
|
||||
'demo/sepa_credit_transfer_demo.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -43,5 +43,5 @@
|
||||
'security/original_mandate_required_security.xml',
|
||||
],
|
||||
'demo': ['demo/sepa_direct_debit_demo.xml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -37,5 +37,5 @@
|
||||
'data/account_payment_term.xml',
|
||||
'data/payment_mode_type.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
'view/bank_statement_view.xml',
|
||||
],
|
||||
'tests': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'license': 'AGPL-3',
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
'data': [
|
||||
'view/account_invoice_view.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
'license': 'AGPL-3',
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
"demo": [],
|
||||
"test": [],
|
||||
"licence": "AGPL-3",
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"active": False,
|
||||
}
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
'views/payment_mode.xml',
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -39,5 +39,5 @@
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'demo': ['demo/partner_demo.xml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@
|
||||
'data': [
|
||||
'views/purchase_order_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': True,
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@
|
||||
'data': [
|
||||
'views/sale_order_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': True,
|
||||
}
|
||||
|
||||
@@ -34,5 +34,5 @@
|
||||
'account_payment_sale'],
|
||||
'conflicts': ['account_payment_extension'],
|
||||
'auto_install': True,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@
|
||||
'data': ['invoice_data.xml',
|
||||
'invoice_view.xml'],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'active': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user