Skip to content

Commit dc36045

Browse files
sbidoulpierre-halleux
authored andcommitted
[MIG] mark all modules installable=False
1 parent 68ad7af commit dc36045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base_rest_pydantic/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/rest-framework",
1212
"depends": ["base_rest"],
13-
"installable": True,
13+
"installable": False,
1414
"external_dependencies": {
1515
"python": [
1616
"pydantic>=2.0.0",

0 commit comments

Comments
 (0)