diff --git a/.gitmodules b/.gitmodules index 6832ce4c..d281db6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,9 @@ [submodule "external/hibou-oca/account-fiscal-rule"] path = external/hibou-oca/account-fiscal-rule url = https://github.com/hibou-io/oca-account-fiscal-rule.git +[submodule "external/hibou-oca/connector-ecommerce"] + path = external/hibou-oca/connector-ecommerce + url = https://github.com/hibou-io/oca-connector-ecommerce.git +[submodule "external/hibou-oca/bank-payment"] + path = external/hibou-oca/bank-payment + url = https://github.com/hibou-io/oca-bank-payment.git diff --git a/account_payment_mode b/account_payment_mode new file mode 120000 index 00000000..abdce163 --- /dev/null +++ b/account_payment_mode @@ -0,0 +1 @@ +./external/hibou-oca/bank-payment/account_payment_mode \ No newline at end of file diff --git a/account_payment_partner b/account_payment_partner new file mode 120000 index 00000000..205774a0 --- /dev/null +++ b/account_payment_partner @@ -0,0 +1 @@ +./external/hibou-oca/bank-payment/account_payment_partner \ No newline at end of file diff --git a/account_payment_sale b/account_payment_sale new file mode 120000 index 00000000..fa446c3c --- /dev/null +++ b/account_payment_sale @@ -0,0 +1 @@ +./external/hibou-oca/bank-payment/account_payment_sale \ No newline at end of file diff --git a/connector_ecommerce b/connector_ecommerce new file mode 120000 index 00000000..214eb361 --- /dev/null +++ b/connector_ecommerce @@ -0,0 +1 @@ +./external/hibou-oca/connector-ecommerce/connector_ecommerce \ No newline at end of file diff --git a/external/hibou-oca/bank-payment b/external/hibou-oca/bank-payment new file mode 160000 index 00000000..9a2e06b0 --- /dev/null +++ b/external/hibou-oca/bank-payment @@ -0,0 +1 @@ +Subproject commit 9a2e06b0f2f943e49cb5bfbe2bdc170f9fcc1e5a diff --git a/external/hibou-oca/connector-ecommerce b/external/hibou-oca/connector-ecommerce new file mode 160000 index 00000000..c86720ba --- /dev/null +++ b/external/hibou-oca/connector-ecommerce @@ -0,0 +1 @@ +Subproject commit c86720ba4d587821b25095bfe8de0e59c2c5f41c diff --git a/external/hibou-oca/sale-workflow b/external/hibou-oca/sale-workflow index 41ea3871..f9381fc1 160000 --- a/external/hibou-oca/sale-workflow +++ b/external/hibou-oca/sale-workflow @@ -1 +1 @@ -Subproject commit 41ea3871574f756553f644595c13e4b797bbb66e +Subproject commit f9381fc1c26991fe03ba58d74743ebd79f1ff1b5 diff --git a/sale_automatic_workflow b/sale_automatic_workflow new file mode 120000 index 00000000..64ec402c --- /dev/null +++ b/sale_automatic_workflow @@ -0,0 +1 @@ +./external/hibou-oca/sale-workflow/sale_automatic_workflow \ No newline at end of file diff --git a/sale_automatic_workflow_delivery_state b/sale_automatic_workflow_delivery_state new file mode 120000 index 00000000..fbc21042 --- /dev/null +++ b/sale_automatic_workflow_delivery_state @@ -0,0 +1 @@ +./external/hibou-oca/sale-workflow/sale_automatic_workflow_delivery_state \ No newline at end of file diff --git a/sale_automatic_workflow_payment_mode b/sale_automatic_workflow_payment_mode new file mode 120000 index 00000000..fbfc6dd2 --- /dev/null +++ b/sale_automatic_workflow_payment_mode @@ -0,0 +1 @@ +./external/hibou-oca/sale-workflow/sale_automatic_workflow_payment_mode \ No newline at end of file