diff --git a/.gitmodules b/.gitmodules index 73eaea33..762b3ac1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,9 @@ [submodule ".vendor/oca-queue"] path = .vendor/oca-queue url = https://github.com/hibou-io/oca-queue.git +[submodule ".vendor/oca-partner-contact"] + path = .vendor/oca-partner-contact + url = https://github.com/hibou-io/oca-partner-contact.git +[submodule ".vendor/oca-account-invoicing"] + path = .vendor/oca-account-invoicing + url = https://github.com/hibou-io/oca-account-invoicing.git diff --git a/.vendor/oca-account-invoicing b/.vendor/oca-account-invoicing new file mode 160000 index 00000000..3595d1d8 --- /dev/null +++ b/.vendor/oca-account-invoicing @@ -0,0 +1 @@ +Subproject commit 3595d1d8091936df188b93033372ca48feb15cc6 diff --git a/.vendor/oca-partner-contact b/.vendor/oca-partner-contact new file mode 160000 index 00000000..80b7bfb5 --- /dev/null +++ b/.vendor/oca-partner-contact @@ -0,0 +1 @@ +Subproject commit 80b7bfb5fa96b7713b4e032fd037bd14d8cfa5e7 diff --git a/account_move_exception b/account_move_exception new file mode 120000 index 00000000..6c819cce --- /dev/null +++ b/account_move_exception @@ -0,0 +1 @@ +./.vendor/oca-account-invoicing/account_move_exception \ No newline at end of file diff --git a/partner_exception b/partner_exception new file mode 120000 index 00000000..915c23aa --- /dev/null +++ b/partner_exception @@ -0,0 +1 @@ +./.vendor/oca-partner-contact/partner_exception \ No newline at end of file