|
@@ -47,6 +47,7 @@ RUN set -x; \
|
47
|
47
|
git clone -b 14.0 --depth 1 https://github.com/OCA/account-financial-tools.git /tmp/oca-repos/account-financial-tools &&\
|
48
|
48
|
mv /tmp/oca-repos/account-financial-tools/account_lock_date_update \
|
49
|
49
|
/opt/odoo/additional_addons/ &&\
|
|
50
|
+ mv /tmp/oca-repos/account-financial-tools/account_menu /opt/odoo/additional_addons/ &&\
|
50
|
51
|
# Comment out modules not yet migrated on OCA for v14
|
51
|
52
|
#git clone -b 14.0 --depth 1 https://github.com/OCA/account-invoicing.git /tmp/oca-repos/account-invoicing &&\
|
52
|
53
|
#mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
|