diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..73eaea33 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule ".vendor/camptocamp-cloud-platform"] + path = .vendor/camptocamp-cloud-platform + url = https://github.com/hibou-io/camptocamp-cloud-platform.git +[submodule ".vendor/oca-server-tools"] + path = .vendor/oca-server-tools + url = https://github.com/hibou-io/oca-server-tools.git +[submodule ".vendor/oca-queue"] + path = .vendor/oca-queue + url = https://github.com/hibou-io/oca-queue.git diff --git a/.vendor/camptocamp-cloud-platform b/.vendor/camptocamp-cloud-platform new file mode 160000 index 00000000..fc452c6a --- /dev/null +++ b/.vendor/camptocamp-cloud-platform @@ -0,0 +1 @@ +Subproject commit fc452c6a2abbae4ab7d4bd041c5d2212691a8096 diff --git a/.vendor/oca-queue b/.vendor/oca-queue new file mode 160000 index 00000000..aa251b0f --- /dev/null +++ b/.vendor/oca-queue @@ -0,0 +1 @@ +Subproject commit aa251b0f49cd323edb63886a8cb68f438d305407 diff --git a/.vendor/oca-server-tools b/.vendor/oca-server-tools new file mode 160000 index 00000000..b0f6a944 --- /dev/null +++ b/.vendor/oca-server-tools @@ -0,0 +1 @@ +Subproject commit b0f6a9445b91368e0c8abbc95192e0696be128fd diff --git a/queue_job b/queue_job new file mode 120000 index 00000000..b832377f --- /dev/null +++ b/queue_job @@ -0,0 +1 @@ +./.vendor/oca-queue/queue_job \ No newline at end of file diff --git a/session_redis b/session_redis new file mode 120000 index 00000000..f71e180c --- /dev/null +++ b/session_redis @@ -0,0 +1 @@ +./.vendor/camptocamp-cloud-platform/session_redis \ No newline at end of file