mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MIG] Make modules uninstallable
This commit is contained in:
@@ -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
2
account_easy_reconcile/__openerp__.py
Executable file → Normal file
@@ -36,6 +36,6 @@
|
||||
],
|
||||
'license': 'AGPL-3',
|
||||
"auto_install": False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
|
||||
}
|
||||
|
||||
@@ -144,6 +144,6 @@ Information propagated to the move lines:
|
||||
'test/supplier_invoice_number.yml',
|
||||
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
'account_banking_payment_transfer',
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"application": False,
|
||||
}
|
||||
|
||||
@@ -34,5 +34,5 @@
|
||||
'account_view.xml',
|
||||
'security/rule.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
'views/base_transaction_id.xml',
|
||||
],
|
||||
'test': [],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'images': [],
|
||||
'auto_install': False,
|
||||
'license': 'AGPL-3',
|
||||
|
||||
Reference in New Issue
Block a user