diff --git a/.gitmodules b/.gitmodules index d281db6f..4896b5d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,9 @@ [submodule "external/hibou-oca/bank-payment"] path = external/hibou-oca/bank-payment url = https://github.com/hibou-io/oca-bank-payment.git +[submodule "external/hibou-oca/connector-magento"] + path = external/hibou-oca/connector-magento + url = https://github.com/hibou-io/oca-connector-magento.git +[submodule "external/hibou-oca/product-attribute"] + path = external/hibou-oca/product-attribute + url = https://github.com/hibou-io/oca-product-attribute.git diff --git a/connector_magento b/connector_magento new file mode 120000 index 00000000..9ac6562f --- /dev/null +++ b/connector_magento @@ -0,0 +1 @@ +./external/hibou-oca/connector-magento/connector_magento \ No newline at end of file diff --git a/connector_magento_product_by_sku b/connector_magento_product_by_sku new file mode 120000 index 00000000..ee05a116 --- /dev/null +++ b/connector_magento_product_by_sku @@ -0,0 +1 @@ +./external/hibou-oca/connector-magento/connector_magento_product_by_sku \ No newline at end of file diff --git a/external/hibou-oca/connector-magento b/external/hibou-oca/connector-magento new file mode 160000 index 00000000..2a4bf869 --- /dev/null +++ b/external/hibou-oca/connector-magento @@ -0,0 +1 @@ +Subproject commit 2a4bf869ef3c4a4654dcafcf91a9b89a16800638 diff --git a/external/hibou-oca/product-attribute b/external/hibou-oca/product-attribute new file mode 160000 index 00000000..ef4bb242 --- /dev/null +++ b/external/hibou-oca/product-attribute @@ -0,0 +1 @@ +Subproject commit ef4bb24244fd09f47134f3cf944ede34f90c76a8 diff --git a/product_multi_category b/product_multi_category new file mode 120000 index 00000000..72f5a83d --- /dev/null +++ b/product_multi_category @@ -0,0 +1 @@ +./external/hibou-oca/product-attribute/product_multi_category \ No newline at end of file