2023-12-19 21:03:29 -07:00
|
|
|
# This file is read by clone-addons.sh
|
|
|
|
|
|
2023-12-24 12:19:38 -07:00
|
|
|
# Enterprise addons
|
|
|
|
|
enterprise https://github.com/odoo/enterprise true
|
|
|
|
|
|
2023-12-19 21:03:29 -07:00
|
|
|
# Odoocker repositories
|
|
|
|
|
public https://github.com/odoocker/odoocker-modules.git odoocker_base true
|
|
|
|
|
public https://github.com/odoocker/odoo-cloud-platform.git session_redis ${USE_REDIS} base_attachment_object_storage ${USE_S3} attachment_s3 ${USE_S3}
|
|
|
|
|
public https://github.com/odoocker/server-tools.git sentry ${USE_SENTRY}
|
|
|
|
|
|
|
|
|
|
# Add repositories with the following format:
|
2023-12-24 12:19:38 -07:00
|
|
|
# <public|private> <repo_url> <true|false>
|
|
|
|
|
# or
|
|
|
|
|
# <public|private> <repo_url> <module1> <true|false> <module2> <true|false> ...
|
2023-12-19 21:03:29 -07:00
|
|
|
|
|
|
|
|
# Public repositories
|
|
|
|
|
|
|
|
|
|
# Private repositories
|