diff --git a/account_cancel_invoice_check_payment_order/__openerp__.py b/account_cancel_invoice_check_payment_order/__openerp__.py index a0a2b6efe..af7ea0d8a 100644 --- a/account_cancel_invoice_check_payment_order/__openerp__.py +++ b/account_cancel_invoice_check_payment_order/__openerp__.py @@ -31,7 +31,7 @@ payment order. """, 'website': 'http://www.camptocamp.com', 'data' : [], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_cancel_invoice_check_voucher/__openerp__.py b/account_cancel_invoice_check_voucher/__openerp__.py index 75329fbaf..095edaec7 100644 --- a/account_cancel_invoice_check_voucher/__openerp__.py +++ b/account_cancel_invoice_check_voucher/__openerp__.py @@ -30,7 +30,7 @@ """, 'website': 'http://www.camptocamp.com', 'date' : [], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_chart_update/__openerp__.py b/account_chart_update/__openerp__.py index 1c875cfa6..e7948d978 100644 --- a/account_chart_update/__openerp__.py +++ b/account_chart_update/__openerp__.py @@ -72,5 +72,5 @@ Any problem found while updating will be shown on the last step. 'wizard/wizard_chart_update_view.xml', ], "active": False, - "installable": True + 'installable': False } diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index a1344d71d..f0fec23e8 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -27,7 +27,7 @@ "description": """Recompute tax_amount to avoid sign problem""", 'website': 'http://www.camptocamp.com', 'data' : [], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_constraints/__openerp__.py b/account_constraints/__openerp__.py index 60ef18bd1..99c69138f 100644 --- a/account_constraints/__openerp__.py +++ b/account_constraints/__openerp__.py @@ -64,5 +64,5 @@ Summary of constraints are: 'data': [ 'view/account_journal.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_credit_control/__openerp__.py b/account_credit_control/__openerp__.py index 0f8871bf0..8b7f7a328 100644 --- a/account_credit_control/__openerp__.py +++ b/account_credit_control/__openerp__.py @@ -73,7 +73,7 @@ On each generated line, you have many choices: "security/ir.model.access.csv"], 'demo_xml': ["credit_control_demo.xml"], 'tests': [], - 'installable': True, + 'installable': False, 'license': 'AGPL-3', 'application': True } diff --git a/account_credit_control_dunning_fees/__openerp__.py b/account_credit_control_dunning_fees/__openerp__.py index d219bb7ce..687f6543f 100644 --- a/account_credit_control_dunning_fees/__openerp__.py +++ b/account_credit_control_dunning_fees/__openerp__.py @@ -64,7 +64,7 @@ Support of fees price list 'report/report.xml'], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False, diff --git a/account_default_draft_move/__openerp__.py b/account_default_draft_move/__openerp__.py index 572f36aee..d4c152c7f 100644 --- a/account_default_draft_move/__openerp__.py +++ b/account_default_draft_move/__openerp__.py @@ -50,7 +50,7 @@ need to make a refund). 'website': 'http://www.camptocamp.com', 'data' : ['account_view.xml', 'invoice_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_fiscal_position_vat_check/__openerp__.py b/account_fiscal_position_vat_check/__openerp__.py index 922468e80..dd0506f5b 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -50,7 +50,7 @@ Please contact Alexis de Lattre from Akretion for 'images/fiscal_position_form.jpg', 'images/vat_check_invoice_validation.jpg', ], - 'installable': True, + 'installable': False, 'active': False, 'application': True, } diff --git a/account_invoice_currency/__openerp__.py b/account_invoice_currency/__openerp__.py index 2ea0bbf62..cf20b2802 100644 --- a/account_invoice_currency/__openerp__.py +++ b/account_invoice_currency/__openerp__.py @@ -40,7 +40,7 @@ These fields are shown in "Other information" tab in invoice form. 'data': [ "account_invoice_view.xml" ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_journal_always_check_date/__openerp__.py b/account_journal_always_check_date/__openerp__.py index d5adba1e1..3c77a2ad2 100644 --- a/account_journal_always_check_date/__openerp__.py +++ b/account_journal_always_check_date/__openerp__.py @@ -48,6 +48,6 @@ Please contact Alexis de Lattre from Akretion for 'depends': ['account'], 'data': [], 'images': ['images/always_check_date_constraint.jpg'], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_move_batch_validate/__openerp__.py b/account_move_batch_validate/__openerp__.py index a3e1db130..14c18ad64 100644 --- a/account_move_batch_validate/__openerp__.py +++ b/account_move_batch_validate/__openerp__.py @@ -75,7 +75,7 @@ 'test/batch_validate_then_unmark.yml', 'test/batch_validate_then_delete_move.yml', ], - 'installable': True, + 'installable': False, 'images': [], 'license': 'AGPL-3', } diff --git a/account_move_line_search_extension/__openerp__.py b/account_move_line_search_extension/__openerp__.py index bf17872e2..de322bdeb 100644 --- a/account_move_line_search_extension/__openerp__.py +++ b/account_move_line_search_extension/__openerp__.py @@ -49,6 +49,6 @@ These fields can be used in combination with the Search window. 'css':[ 'static/src/css/account_move_line_search_extension.css', ], - 'installable': True, + 'installable': False, 'auto_install': False, } diff --git a/account_move_template/__openerp__.py b/account_move_template/__openerp__.py index d1b47aab8..abf7d8bf2 100644 --- a/account_move_template/__openerp__.py +++ b/account_move_template/__openerp__.py @@ -43,5 +43,5 @@ The journal entry form allows lo load, through a wizard, the template to use and 'test/generate_move.yml', ], 'active': False, - 'installable': True, + 'installable': False, } diff --git a/account_move_validation_improvement/__openerp__.py b/account_move_validation_improvement/__openerp__.py index 6ec36a5e6..95bc78759 100644 --- a/account_move_validation_improvement/__openerp__.py +++ b/account_move_validation_improvement/__openerp__.py @@ -29,7 +29,7 @@ base one defined in addons/account/wizard. """, 'website': 'http://www.camptocamp.com', 'data' : ['wizard/account_validate_move_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/account_partner_required/__openerp__.py b/account_partner_required/__openerp__.py index 961c36f39..2a686d90a 100644 --- a/account_partner_required/__openerp__.py +++ b/account_partner_required/__openerp__.py @@ -42,5 +42,5 @@ account_analytic_required module. 'website': 'http://acsone.eu/', 'depends': ['account'], 'data': ['account_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_renumber/__openerp__.py b/account_renumber/__openerp__.py index fa97670a4..d4318ca2a 100644 --- a/account_renumber/__openerp__.py +++ b/account_renumber/__openerp__.py @@ -52,5 +52,5 @@ It will recreate the sequence number of each account move using their journal se 'wizard/wizard_renumber_view.xml', ], "active": False, - "installable": True + 'installable': False } diff --git a/account_reversal/__openerp__.py b/account_reversal/__openerp__.py index 30c07de78..8736a1ec2 100644 --- a/account_reversal/__openerp__.py +++ b/account_reversal/__openerp__.py @@ -49,6 +49,6 @@ during the Akretion-Camptocamp code sprint of June 2011. 'account_view.xml', 'wizard/account_move_reverse_view.xml' ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_tax_analysis/__openerp__.py b/account_tax_analysis/__openerp__.py index 1071ba282..5dfea9c03 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -36,7 +36,7 @@ This way you will find easily differences you may see between the OpenERP tax report and what you see in your books.""", "website": "http://www.camptocamp.com", "data": ["account_tax_analysis_view.xml"], - "installable": True, + 'installable': False, "active": False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/async_move_line_importer/__openerp__.py b/async_move_line_importer/__openerp__.py index 097191d9a..b392253a4 100644 --- a/async_move_line_importer/__openerp__.py +++ b/async_move_line_importer/__openerp__.py @@ -57,7 +57,7 @@ import report will be available on the record 'security/multi_company.xml'], 'demo': [], 'test': [], - 'installable': True, + 'installable': False, 'auto_install': False, 'license': 'AGPL-3', 'application': False, diff --git a/currency_rate_date_check/__openerp__.py b/currency_rate_date_check/__openerp__.py index 523eb1b85..c1ad99700 100644 --- a/currency_rate_date_check/__openerp__.py +++ b/currency_rate_date_check/__openerp__.py @@ -43,6 +43,6 @@ Please contact Alexis de Lattre from Akretion for 'images/date_check_error_popup.jpg', 'images/date_check_company_config.jpg', ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index 3fb6db666..921827c3a 100644 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -87,5 +87,5 @@ Thanks to main contributors: Grzegorz Grzelak, Alexis de Lattre ], "demo" : [], "active": False, - 'installable': True + 'installable': False } diff --git a/l10n_fr_siret/__openerp__.py b/l10n_fr_siret/__openerp__.py index 802b34959..5666a65f2 100644 --- a/l10n_fr_siret/__openerp__.py +++ b/l10n_fr_siret/__openerp__.py @@ -47,6 +47,6 @@ will have to enter them again. 'data': [ 'partner_view.xml', ], - 'installable': True, + 'installable': False, 'active': False, }