Skip to content

Commit

Permalink
TA#66760 [16.0][MIG] admin_light_base
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed Jul 29, 2024
1 parent 5a6c01d commit 1825f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker_files/main/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"summary": "Install all addons required for testing.",
"depends": [
"base",
"admin_light_base",
"attachment_minio",
"base_external_report_layout",
"ir_attachment_access_token_portal",
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN gitoo install-all --conf_file /gitoo.yml --destination "${THIRD_PARTY_ADDONS

USER odoo

COPY admin_light_base /mnt/extra-addons/admin_light_base
COPY attachment_minio /mnt/extra-addons/attachment_minio
COPY base_external_report_layout /mnt/extra-addons/base_external_report_layout
COPY ir_attachment_access_token_portal /mnt/extra-addons/ir_attachment_access_token_portal
Expand Down

0 comments on commit 1825f0a

Please sign in to comment.