diff --git a/account_analytic_analysis_usability/__openerp__.py b/account_analytic_analysis_usability/__openerp__.py index a225b39..7ff99f2 100644 --- a/account_analytic_analysis_usability/__openerp__.py +++ b/account_analytic_analysis_usability/__openerp__.py @@ -25,5 +25,5 @@ This module has been written by Alexis de Lattre from Akretion 'data': [ 'analytic_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_bank_statement_import_usability/__openerp__.py b/account_bank_statement_import_usability/__openerp__.py index 82e3b5e..86e2484 100644 --- a/account_bank_statement_import_usability/__openerp__.py +++ b/account_bank_statement_import_usability/__openerp__.py @@ -45,5 +45,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['account'], 'data': [], - 'installable': True, + 'installable': False, } diff --git a/account_hide_analytic_line/__openerp__.py b/account_hide_analytic_line/__openerp__.py index d8778b5..2f93a21 100644 --- a/account_hide_analytic_line/__openerp__.py +++ b/account_hide_analytic_line/__openerp__.py @@ -26,5 +26,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['account', 'base_usability'], 'data': ['account_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/account_invoice_del_attachment_cancel/__openerp__.py b/account_invoice_del_attachment_cancel/__openerp__.py index 9aaff5e..4f04e10 100644 --- a/account_invoice_del_attachment_cancel/__openerp__.py +++ b/account_invoice_del_attachment_cancel/__openerp__.py @@ -40,5 +40,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['sale'], 'data': ['account_invoice_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/account_invoice_update_wizard/__openerp__.py b/account_invoice_update_wizard/__openerp__.py index 71e396b..e528a09 100644 --- a/account_invoice_update_wizard/__openerp__.py +++ b/account_invoice_update_wizard/__openerp__.py @@ -30,5 +30,5 @@ This module adds a button *Update Invoice* on Customer and Supplier invoices in 'wizard/account_invoice_update_view.xml', 'views/account_invoice.xml', ], - 'installable': True, + 'installable': False, } diff --git a/account_move_line_filter_wizard/__openerp__.py b/account_move_line_filter_wizard/__openerp__.py index 1d71cc1..9ddc634 100644 --- a/account_move_line_filter_wizard/__openerp__.py +++ b/account_move_line_filter_wizard/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion for 'payment_view.xml', ], 'active': False, + 'installable': False, } diff --git a/account_payment_security/__openerp__.py b/account_payment_security/__openerp__.py index 820813d..1ab979b 100644 --- a/account_payment_security/__openerp__.py +++ b/account_payment_security/__openerp__.py @@ -42,4 +42,5 @@ Please contact Alexis de Lattre from Akretion for 'security/ir.model.access.csv', ], 'active': False, + 'installable': False, } diff --git a/account_usability/__openerp__.py b/account_usability/__openerp__.py index 2637630..b11b213 100644 --- a/account_usability/__openerp__.py +++ b/account_usability/__openerp__.py @@ -50,5 +50,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['base'], 'data': [], - 'installable': True, + 'installable': False, } diff --git a/base_partner_always_multi_contacts/__openerp__.py b/base_partner_always_multi_contacts/__openerp__.py index d3b1133..3952a27 100644 --- a/base_partner_always_multi_contacts/__openerp__.py +++ b/base_partner_always_multi_contacts/__openerp__.py @@ -37,6 +37,6 @@ By default, you can't enter several addresses for an individual in OpenERP becau 'website': 'http://www.akretion.com', 'depends': ['base'], 'data': ['partner_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/base_usability/__openerp__.py b/base_usability/__openerp__.py index d8a92b1..b38e5dd 100644 --- a/base_usability/__openerp__.py +++ b/base_usability/__openerp__.py @@ -53,5 +53,5 @@ A group by 'State' is added to module search view. 'module_view.xml', 'translation_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/crm_usability/__openerp__.py b/crm_usability/__openerp__.py index e18d7c4..5b6e5c4 100644 --- a/crm_usability/__openerp__.py +++ b/crm_usability/__openerp__.py @@ -31,5 +31,5 @@ This module has been written by Alexis de Lattre from Akretion 'wizard/base_partner_merge_view.xml', 'security/rule.xml', ], - 'installable': True, + 'installable': False, } diff --git a/delivery_no_invoice_shipping/__openerp__.py b/delivery_no_invoice_shipping/__openerp__.py index eacbc33..605ace3 100644 --- a/delivery_no_invoice_shipping/__openerp__.py +++ b/delivery_no_invoice_shipping/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['base_optional_quick_create'], 'data': [], + 'installable': False, } diff --git a/hr_expense_usability/__openerp__.py b/hr_expense_usability/__openerp__.py index ada6262..e3cf181 100644 --- a/hr_expense_usability/__openerp__.py +++ b/hr_expense_usability/__openerp__.py @@ -34,5 +34,5 @@ 'data': [ 'security/expense_security.xml', ], - 'installable': True, + 'installable': False, } diff --git a/hr_holidays_lunch_voucher/__openerp__.py b/hr_holidays_lunch_voucher/__openerp__.py index 26eb855..eb8ba3d 100644 --- a/hr_holidays_lunch_voucher/__openerp__.py +++ b/hr_holidays_lunch_voucher/__openerp__.py @@ -24,5 +24,5 @@ 'hr_holidays_view.xml', 'wizard/hr_holidays_post_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/hr_holidays_lunch_voucher_natixis/__openerp__.py b/hr_holidays_lunch_voucher_natixis/__openerp__.py index c0e41cf..d897223 100644 --- a/hr_holidays_lunch_voucher_natixis/__openerp__.py +++ b/hr_holidays_lunch_voucher_natixis/__openerp__.py @@ -16,5 +16,5 @@ 'data': [ 'company_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/hr_holidays_usability/__openerp__.py b/hr_holidays_usability/__openerp__.py index bad95c5..510e332 100644 --- a/hr_holidays_usability/__openerp__.py +++ b/hr_holidays_usability/__openerp__.py @@ -42,5 +42,5 @@ 'security/holiday_security.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, } diff --git a/hr_usability/__openerp__.py b/hr_usability/__openerp__.py index 0cad5a4..bb0d461 100644 --- a/hr_usability/__openerp__.py +++ b/hr_usability/__openerp__.py @@ -41,5 +41,5 @@ This module has been developped by Alexis de Lattre for 'security/ir.model.access.csv', ], 'active': False, + 'installable': False, } diff --git a/product_manager_group_stock/__openerp__.py b/product_manager_group_stock/__openerp__.py index db7683e..dc0b103 100644 --- a/product_manager_group_stock/__openerp__.py +++ b/product_manager_group_stock/__openerp__.py @@ -42,4 +42,5 @@ Please contact Alexis de Lattre from Akretion for 'security/ir.model.access.csv', ], 'active': False, + 'installable': False, } diff --git a/product_no_translation/__openerp__.py b/product_no_translation/__openerp__.py index 2bf9c7f..56b9c07 100644 --- a/product_no_translation/__openerp__.py +++ b/product_no_translation/__openerp__.py @@ -37,4 +37,5 @@ And it reduces the start time of the Point of Sale ! 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['product'], + 'installable': False, } diff --git a/product_search_supplier_code/__openerp__.py b/product_search_supplier_code/__openerp__.py index fffc3be..c968568 100644 --- a/product_search_supplier_code/__openerp__.py +++ b/product_search_supplier_code/__openerp__.py @@ -16,6 +16,6 @@ 'views/product_view.xml', 'views/picking_view.xml', ], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/product_simple_accounting/__openerp__.py b/product_simple_accounting/__openerp__.py index 51ff3cd..61383e3 100644 --- a/product_simple_accounting/__openerp__.py +++ b/product_simple_accounting/__openerp__.py @@ -12,7 +12,7 @@ "author": " Akretion", "license": "AGPL-3", "application": False, - "installable": True, + "installable": False, "external_dependencies": { "python": [], "bin": [], diff --git a/product_unit_manager_group/__openerp__.py b/product_unit_manager_group/__openerp__.py index 03afc1f..efc8196 100644 --- a/product_unit_manager_group/__openerp__.py +++ b/product_unit_manager_group/__openerp__.py @@ -9,7 +9,7 @@ 'website': 'http://akretion.com', 'author': 'Akretion', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'sale', 'purchase', diff --git a/product_usability/__openerp__.py b/product_usability/__openerp__.py index 9b8a84e..e3e9491 100644 --- a/product_usability/__openerp__.py +++ b/product_usability/__openerp__.py @@ -48,5 +48,5 @@ This module has been written by Alexis de Lattre from Akretion for 'project_data.xml', ], 'active': False, + 'installable': False, } diff --git a/purchase_auto_invoice_method/__openerp__.py b/purchase_auto_invoice_method/__openerp__.py index 9c92f9c..0a209f5 100644 --- a/purchase_auto_invoice_method/__openerp__.py +++ b/purchase_auto_invoice_method/__openerp__.py @@ -42,5 +42,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['purchase'], 'data': [], - 'installable': True, + 'installable': False, } diff --git a/purchase_date_planned_update/__openerp__.py b/purchase_date_planned_update/__openerp__.py index 4f73a85..7b9087a 100644 --- a/purchase_date_planned_update/__openerp__.py +++ b/purchase_date_planned_update/__openerp__.py @@ -43,5 +43,5 @@ This module has been written by Alexis de Lattre from Akretion 'wizard/purchase_date_planned_update_view.xml', 'purchase_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/purchase_hide_report_print_menu/__openerp__.py b/purchase_hide_report_print_menu/__openerp__.py index 50d408c..e747d0f 100644 --- a/purchase_hide_report_print_menu/__openerp__.py +++ b/purchase_hide_report_print_menu/__openerp__.py @@ -12,7 +12,7 @@ 'author': 'Akretion, Odoo Community Association (OCA)', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': [ 'purchase', ], diff --git a/purchase_line_product_required/__openerp__.py b/purchase_line_product_required/__openerp__.py index be84487..49d56c9 100644 --- a/purchase_line_product_required/__openerp__.py +++ b/purchase_line_product_required/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['purchase'], 'data': ['purchase_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/purchase_suggest/__openerp__.py b/purchase_suggest/__openerp__.py index c411bd1..2d9dc4d 100644 --- a/purchase_suggest/__openerp__.py +++ b/purchase_suggest/__openerp__.py @@ -47,5 +47,5 @@ This module has been written by Alexis de Lattre from Akretion for 'depends': ['sale'], 'data': ['sale_view.xml'], 'active': False, + 'installable': False, } diff --git a/sale_margin_no_onchange/__openerp__.py b/sale_margin_no_onchange/__openerp__.py index 7393efb..5dcf1bc 100644 --- a/sale_margin_no_onchange/__openerp__.py +++ b/sale_margin_no_onchange/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion 'data': [ 'sale_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/sale_margin_report/__openerp__.py b/sale_margin_report/__openerp__.py index b16512e..f66d489 100644 --- a/sale_margin_report/__openerp__.py +++ b/sale_margin_report/__openerp__.py @@ -37,5 +37,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['sale_margin_no_onchange', 'bi_sale_company_currency'], 'data': [], - 'installable': True, + 'installable': False, } diff --git a/sale_no_filter_myorder/__openerp__.py b/sale_no_filter_myorder/__openerp__.py index 9137604..2424b0a 100644 --- a/sale_no_filter_myorder/__openerp__.py +++ b/sale_no_filter_myorder/__openerp__.py @@ -12,7 +12,7 @@ "author": "Akretion", "license": "AGPL-3", "application": False, - "installable": True, + "installable": False, "external_dependencies": { "python": [], "bin": [], diff --git a/sale_partner_shipping_filter_with_customer/__openerp__.py b/sale_partner_shipping_filter_with_customer/__openerp__.py index b1850b7..3c03397 100644 --- a/sale_partner_shipping_filter_with_customer/__openerp__.py +++ b/sale_partner_shipping_filter_with_customer/__openerp__.py @@ -11,7 +11,7 @@ 'website': 'http://akretion.com', 'author': 'Akretion, Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'sale', ], diff --git a/sale_purchase_no_product_template_menu/__openerp__.py b/sale_purchase_no_product_template_menu/__openerp__.py index 037a0a5..4f1f71f 100644 --- a/sale_purchase_no_product_template_menu/__openerp__.py +++ b/sale_purchase_no_product_template_menu/__openerp__.py @@ -41,5 +41,5 @@ This module has been written by Alexis de Lattre from Akretion for 'data': [ 'sale_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_account_usability/__openerp__.py b/stock_account_usability/__openerp__.py index e61f5e3..e28d321 100644 --- a/stock_account_usability/__openerp__.py +++ b/stock_account_usability/__openerp__.py @@ -40,5 +40,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['stock'], 'data': ['stock_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/stock_display_sale_id/__openerp__.py b/stock_display_sale_id/__openerp__.py index 9ee76cf..133b302 100644 --- a/stock_display_sale_id/__openerp__.py +++ b/stock_display_sale_id/__openerp__.py @@ -39,6 +39,6 @@ Please contact Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['sale_stock'], 'data': ['stock_view.xml'], - 'installable': True, + 'installable': False, 'active': False, } diff --git a/stock_inventory_valuation_ods/__openerp__.py b/stock_inventory_valuation_ods/__openerp__.py index a112581..fdc5eb6 100644 --- a/stock_inventory_valuation_ods/__openerp__.py +++ b/stock_inventory_valuation_ods/__openerp__.py @@ -39,5 +39,5 @@ This module has been written by Alexis de Lattre from Akretion for 'website': 'http://www.akretion.com', 'depends': ['stock_picking_invoice_link', 'stock_account'], 'data': ['stock_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/stock_my_operations_filter/__openerp__.py b/stock_my_operations_filter/__openerp__.py index 84dba4f..3e38cb5 100644 --- a/stock_my_operations_filter/__openerp__.py +++ b/stock_my_operations_filter/__openerp__.py @@ -40,5 +40,5 @@ This module has been written by Alexis de Lattre from Akretion 'stock_view.xml', 'users_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/stock_picking_type_default_partner/__openerp__.py b/stock_picking_type_default_partner/__openerp__.py index c879755..8403faf 100644 --- a/stock_picking_type_default_partner/__openerp__.py +++ b/stock_picking_type_default_partner/__openerp__.py @@ -41,5 +41,5 @@ This module has been written by Alexis de Lattre from Akretion