Skip to content

Commit

Permalink
[MIG][16.0] project_closed
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo2302 committed Nov 25, 2024
1 parent 30941a3 commit e879805
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": [
"project",
"project_closed",
"project_task_date_planned",
"project_task_full_text_search",
"project_type_advanced",
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 project_closed mnt/extra-addons/project_closed
COPY project_stage_allow_timesheet mnt/extra-addons/project_stage_allow_timesheet
COPY project_task_date_planned /mnt/extra-addons/project_task_date_planned
COPY project_task_full_text_search /mnt/extra-addons/project_task_full_text_search
Expand Down

0 comments on commit e879805

Please sign in to comment.