From abfbc48fe6652272677cdb25c2f728956e17d9b6 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 15 Dec 2021 12:02:00 -0800 Subject: [PATCH] [MIG] connector_ecommerce: to Odoo 14.0 --- .gitmodules | 6 ++++++ account_payment_mode | 1 + account_payment_partner | 1 + account_payment_sale | 1 + connector_ecommerce | 1 + external/hibou-oca/bank-payment | 1 + external/hibou-oca/connector-ecommerce | 1 + external/hibou-oca/sale-workflow | 2 +- sale_automatic_workflow | 1 + sale_automatic_workflow_delivery_state | 1 + sale_automatic_workflow_payment_mode | 1 + 11 files changed, 16 insertions(+), 1 deletion(-) create mode 120000 account_payment_mode create mode 120000 account_payment_partner create mode 120000 account_payment_sale create mode 120000 connector_ecommerce create mode 160000 external/hibou-oca/bank-payment create mode 160000 external/hibou-oca/connector-ecommerce create mode 120000 sale_automatic_workflow create mode 120000 sale_automatic_workflow_delivery_state create mode 120000 sale_automatic_workflow_payment_mode 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