Skip to content

Commit

Permalink
Changed rest modules as not installable
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Apr 1, 2024
1 parent a0cdfbe commit d139064
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions g2p_bank_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"application": False,
"installable": False,
"auto_install": False,
}
2 changes: 1 addition & 1 deletion g2p_registry_addl_info_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"demo": [],
"images": [],
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
}
4 changes: 2 additions & 2 deletions g2p_registry_rest_api/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"application": False,
"installable": False,
"auto_install": False,
}
4 changes: 2 additions & 2 deletions g2p_registry_rest_api_extension_demo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"application": False,
"installable": False,
"auto_install": False,
}

0 comments on commit d139064

Please sign in to comment.