Skip to content

Commit

Permalink
[MIG] prepare for v18
Browse files Browse the repository at this point in the history
  • Loading branch information
psugne authored and oerp-odoo committed Jan 21, 2025
1 parent 756c429 commit 5b233dc
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion auth_menus/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
'data': [
'views/menus.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion github_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
'github_api/static/src/js/error_dialogs.esm.js',
],
},
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion http_client/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
'http_client/static/src/js/error_dialogs.esm.js',
],
},
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion http_client_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
'security/test_models_security.xml',
'views/test_client_auth_views.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion http_client_environment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# base-toc
'http_client',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion package_configurator/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
'demo/package_print_house.xml',
],
'application': True,
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion procurement_group_parent_root/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# odoo
"stock",
],
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion product_code_uniqueness/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
'data': [
'views/res_config_settings_views.xml',
],
'installable': True,
'installable': False,
}
3 changes: 2 additions & 1 deletion product_description_html_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
3 changes: 2 additions & 1 deletion product_description_html_stock/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
3 changes: 2 additions & 1 deletion product_main_on_order_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
'views/menus.xml',
],
'installable': False,
'auto_install': True,
# TODO: set to True once it is installable
'auto_install': False,
}
2 changes: 1 addition & 1 deletion purchase_grouping/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# oerp-odoo
"procurement_group_parent_root",
],
"installable": True,
"installable": False,
"data": ["views/res_config_settings.xml"],
}
2 changes: 1 addition & 1 deletion sale_component_sticker_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
'views/product_template.xml',
'views/sale_order.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion sale_component_sticker_info_mrp_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
'views/mrp_production.xml',
'views/purchase_order.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion sale_extra_statuses/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"sale_stock_primary_link_mrp",
],
"data": ["views/sale_order.xml"],
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion sale_name_unique/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"sale",
],
"data": ["views/res_config_settings_views.xml"],
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion sale_purchase_vendor_select/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"sale_purchase",
],
"data": ["views/sale_order.xml"],
"installable": True,
"installable": False,
}
5 changes: 3 additions & 2 deletions sale_purchase_vendor_select_mrp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
2 changes: 1 addition & 1 deletion sale_stock_primary_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"procurement_group_parent_root",
],
"data": ["views/stock_picking.xml"],
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion sale_stock_primary_link_mrp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"views/mrp_workorder.xml",
"views/sale_order.xml",
],
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion sale_stock_primary_link_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"sale_stock_primary_link",
],
"data": ["views/purchase_order.xml"],
"installable": True,
"installable": False,
}

0 comments on commit 5b233dc

Please sign in to comment.