From 5b233dc84bcf191824ca80b4512e319a164619a5 Mon Sep 17 00:00:00 2001 From: psugne Date: Tue, 21 Jan 2025 18:06:58 +0200 Subject: [PATCH] [MIG] prepare for v18 --- auth_menus/__manifest__.py | 2 +- github_api/__manifest__.py | 2 +- http_client/__manifest__.py | 2 +- http_client_demo/__manifest__.py | 2 +- http_client_environment/__manifest__.py | 2 +- package_configurator/__manifest__.py | 2 +- procurement_group_parent_root/__manifest__.py | 2 +- product_code_uniqueness/__manifest__.py | 2 +- product_description_html_account/__manifest__.py | 3 ++- product_description_html_stock/__manifest__.py | 3 ++- product_main_on_order_sale/__manifest__.py | 3 ++- purchase_grouping/__manifest__.py | 2 +- sale_component_sticker_info/__manifest__.py | 2 +- sale_component_sticker_info_mrp_purchase/__manifest__.py | 2 +- sale_extra_statuses/__manifest__.py | 2 +- sale_name_unique/__manifest__.py | 2 +- sale_purchase_vendor_select/__manifest__.py | 2 +- sale_purchase_vendor_select_mrp/__manifest__.py | 5 +++-- sale_stock_primary_link/__manifest__.py | 2 +- sale_stock_primary_link_mrp/__manifest__.py | 2 +- sale_stock_primary_link_purchase/__manifest__.py | 2 +- 21 files changed, 26 insertions(+), 22 deletions(-) diff --git a/auth_menus/__manifest__.py b/auth_menus/__manifest__.py index b44b632..9b142d1 100644 --- a/auth_menus/__manifest__.py +++ b/auth_menus/__manifest__.py @@ -14,5 +14,5 @@ 'data': [ 'views/menus.xml', ], - 'installable': True, + 'installable': False, } diff --git a/github_api/__manifest__.py b/github_api/__manifest__.py index 90062b0..0acf644 100644 --- a/github_api/__manifest__.py +++ b/github_api/__manifest__.py @@ -23,5 +23,5 @@ 'github_api/static/src/js/error_dialogs.esm.js', ], }, - 'installable': True, + 'installable': False, } diff --git a/http_client/__manifest__.py b/http_client/__manifest__.py index e7333a4..17b68b5 100644 --- a/http_client/__manifest__.py +++ b/http_client/__manifest__.py @@ -23,5 +23,5 @@ 'http_client/static/src/js/error_dialogs.esm.js', ], }, - 'installable': True, + 'installable': False, } diff --git a/http_client_demo/__manifest__.py b/http_client_demo/__manifest__.py index 0a590ca..79e13cf 100644 --- a/http_client_demo/__manifest__.py +++ b/http_client_demo/__manifest__.py @@ -19,5 +19,5 @@ 'security/test_models_security.xml', 'views/test_client_auth_views.xml', ], - 'installable': True, + 'installable': False, } diff --git a/http_client_environment/__manifest__.py b/http_client_environment/__manifest__.py index 72f50f2..72804d1 100644 --- a/http_client_environment/__manifest__.py +++ b/http_client_environment/__manifest__.py @@ -13,5 +13,5 @@ # base-toc 'http_client', ], - 'installable': True, + 'installable': False, } diff --git a/package_configurator/__manifest__.py b/package_configurator/__manifest__.py index cbff551..572435e 100644 --- a/package_configurator/__manifest__.py +++ b/package_configurator/__manifest__.py @@ -50,5 +50,5 @@ 'demo/package_print_house.xml', ], 'application': True, - 'installable': True, + 'installable': False, } diff --git a/procurement_group_parent_root/__manifest__.py b/procurement_group_parent_root/__manifest__.py index d07a7e5..f041aec 100644 --- a/procurement_group_parent_root/__manifest__.py +++ b/procurement_group_parent_root/__manifest__.py @@ -12,5 +12,5 @@ # odoo "stock", ], - "installable": True, + "installable": False, } diff --git a/product_code_uniqueness/__manifest__.py b/product_code_uniqueness/__manifest__.py index 1e6dc80..c00d923 100644 --- a/product_code_uniqueness/__manifest__.py +++ b/product_code_uniqueness/__manifest__.py @@ -15,5 +15,5 @@ 'data': [ 'views/res_config_settings_views.xml', ], - 'installable': True, + 'installable': False, } diff --git a/product_description_html_account/__manifest__.py b/product_description_html_account/__manifest__.py index 5a40fe5..bb07c10 100644 --- a/product_description_html_account/__manifest__.py +++ b/product_description_html_account/__manifest__.py @@ -18,5 +18,6 @@ 'views/product_template_views.xml', ], 'installable': False, - 'auto_install': True, + # TODO: set to True once it is installable + 'auto_install': False, } diff --git a/product_description_html_stock/__manifest__.py b/product_description_html_stock/__manifest__.py index bad2a32..962190e 100644 --- a/product_description_html_stock/__manifest__.py +++ b/product_description_html_stock/__manifest__.py @@ -18,5 +18,6 @@ 'views/product_template_views.xml', ], 'installable': False, - 'auto_install': True, + # TODO: set to True once it is installable + 'auto_install': False, } diff --git a/product_main_on_order_sale/__manifest__.py b/product_main_on_order_sale/__manifest__.py index bb88088..c1f7669 100644 --- a/product_main_on_order_sale/__manifest__.py +++ b/product_main_on_order_sale/__manifest__.py @@ -17,5 +17,6 @@ 'views/menus.xml', ], 'installable': False, - 'auto_install': True, + # TODO: set to True once it is installable + 'auto_install': False, } diff --git a/purchase_grouping/__manifest__.py b/purchase_grouping/__manifest__.py index 5dd937c..2765b1b 100644 --- a/purchase_grouping/__manifest__.py +++ b/purchase_grouping/__manifest__.py @@ -14,6 +14,6 @@ # oerp-odoo "procurement_group_parent_root", ], - "installable": True, + "installable": False, "data": ["views/res_config_settings.xml"], } diff --git a/sale_component_sticker_info/__manifest__.py b/sale_component_sticker_info/__manifest__.py index 5b20c35..3e1d46f 100644 --- a/sale_component_sticker_info/__manifest__.py +++ b/sale_component_sticker_info/__manifest__.py @@ -17,5 +17,5 @@ 'views/product_template.xml', 'views/sale_order.xml', ], - 'installable': True, + 'installable': False, } diff --git a/sale_component_sticker_info_mrp_purchase/__manifest__.py b/sale_component_sticker_info_mrp_purchase/__manifest__.py index 8b1d945..85ec3d4 100644 --- a/sale_component_sticker_info_mrp_purchase/__manifest__.py +++ b/sale_component_sticker_info_mrp_purchase/__manifest__.py @@ -20,5 +20,5 @@ 'views/mrp_production.xml', 'views/purchase_order.xml', ], - 'installable': True, + 'installable': False, } diff --git a/sale_extra_statuses/__manifest__.py b/sale_extra_statuses/__manifest__.py index 202fb37..87cc78d 100644 --- a/sale_extra_statuses/__manifest__.py +++ b/sale_extra_statuses/__manifest__.py @@ -16,5 +16,5 @@ "sale_stock_primary_link_mrp", ], "data": ["views/sale_order.xml"], - "installable": True, + "installable": False, } diff --git a/sale_name_unique/__manifest__.py b/sale_name_unique/__manifest__.py index 2d38ee0..1e76247 100644 --- a/sale_name_unique/__manifest__.py +++ b/sale_name_unique/__manifest__.py @@ -13,5 +13,5 @@ "sale", ], "data": ["views/res_config_settings_views.xml"], - "installable": True, + "installable": False, } diff --git a/sale_purchase_vendor_select/__manifest__.py b/sale_purchase_vendor_select/__manifest__.py index d622879..7a19290 100644 --- a/sale_purchase_vendor_select/__manifest__.py +++ b/sale_purchase_vendor_select/__manifest__.py @@ -15,5 +15,5 @@ "sale_purchase", ], "data": ["views/sale_order.xml"], - "installable": True, + "installable": False, } diff --git a/sale_purchase_vendor_select_mrp/__manifest__.py b/sale_purchase_vendor_select_mrp/__manifest__.py index b681edb..3c39ab8 100644 --- a/sale_purchase_vendor_select_mrp/__manifest__.py +++ b/sale_purchase_vendor_select_mrp/__manifest__.py @@ -13,6 +13,7 @@ "sale_purchase_vendor_select", "mrp", ], - "installable": True, - "auto_install": True, + "installable": False, + # TODO: set to True once it is installable + 'auto_install': False, } diff --git a/sale_stock_primary_link/__manifest__.py b/sale_stock_primary_link/__manifest__.py index b4e9990..99cc222 100644 --- a/sale_stock_primary_link/__manifest__.py +++ b/sale_stock_primary_link/__manifest__.py @@ -15,5 +15,5 @@ "procurement_group_parent_root", ], "data": ["views/stock_picking.xml"], - "installable": True, + "installable": False, } diff --git a/sale_stock_primary_link_mrp/__manifest__.py b/sale_stock_primary_link_mrp/__manifest__.py index f1d4379..3bec3a2 100644 --- a/sale_stock_primary_link_mrp/__manifest__.py +++ b/sale_stock_primary_link_mrp/__manifest__.py @@ -19,5 +19,5 @@ "views/mrp_workorder.xml", "views/sale_order.xml", ], - "installable": True, + "installable": False, } diff --git a/sale_stock_primary_link_purchase/__manifest__.py b/sale_stock_primary_link_purchase/__manifest__.py index e6267f2..c5731e6 100644 --- a/sale_stock_primary_link_purchase/__manifest__.py +++ b/sale_stock_primary_link_purchase/__manifest__.py @@ -15,5 +15,5 @@ "sale_stock_primary_link", ], "data": ["views/purchase_order.xml"], - "installable": True, + "installable": False, }