diff --git a/.gitmodules b/.gitmodules index 79f7ad52..73eaea33 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +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/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