diff --git a/.gitmodules b/.gitmodules index 38d9fb53..03db76f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,9 @@ [submodule ".vendor/oca-bank-payment"] path = .vendor/oca-bank-payment url = https://github.com/hibou-io/oca-bank-payment.git +[submodule ".vendor/oca-payroll"] + path = .vendor/oca-payroll + url = https://github.com/hibou-io/oca-payroll.git +[submodule ".vendor/oca-web"] + path = .vendor/oca-web + url = https://github.com/hibou-io/oca-web.git diff --git a/.vendor/oca-payroll b/.vendor/oca-payroll new file mode 160000 index 00000000..1ab8e342 --- /dev/null +++ b/.vendor/oca-payroll @@ -0,0 +1 @@ +Subproject commit 1ab8e3425a698de7ad84fb893b0e713fbfb7e749 diff --git a/.vendor/oca-server-tools b/.vendor/oca-server-tools index dd8639f8..2f7ef473 160000 --- a/.vendor/oca-server-tools +++ b/.vendor/oca-server-tools @@ -1 +1 @@ -Subproject commit dd8639f8eca60115051e4f4ff228c227a6828749 +Subproject commit 2f7ef473789bedc406c2a4c6849bf38bc5f5c74d diff --git a/base_time_parameter b/base_time_parameter new file mode 120000 index 00000000..f93e4ef7 --- /dev/null +++ b/base_time_parameter @@ -0,0 +1 @@ +./.vendor/oca-server-tools/base_time_parameter \ No newline at end of file diff --git a/payroll b/payroll new file mode 120000 index 00000000..871328d1 --- /dev/null +++ b/payroll @@ -0,0 +1 @@ +./.vendor/oca-payroll/payroll \ No newline at end of file diff --git a/payroll_account b/payroll_account new file mode 120000 index 00000000..33e80922 --- /dev/null +++ b/payroll_account @@ -0,0 +1 @@ +./.vendor/oca-payroll/payroll_account \ No newline at end of file diff --git a/payroll_rule_time_parameter b/payroll_rule_time_parameter new file mode 120000 index 00000000..8c57495e --- /dev/null +++ b/payroll_rule_time_parameter @@ -0,0 +1 @@ +./.vendor/oca-payroll/payroll_rule_time_parameter \ No newline at end of file diff --git a/web_responsive b/web_responsive new file mode 120000 index 00000000..6141f141 --- /dev/null +++ b/web_responsive @@ -0,0 +1 @@ +./.vendor/oca-web/web_responsive \ No newline at end of file