Browse Source

dockerfile move account_menu to save it for prod

nas 2 years ago
parent
commit
8b95841f8d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Dockerfile

+ 1
- 0
Dockerfile View File

@@ -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 \

Loading…
Cancel
Save