Skip to content

Commit

Permalink
Fix. Community Module Path (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Apr 3, 2024
1 parent 33b1ed8 commit 6f9c87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/odoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY restful_api ${ADDON_PATH}/restful_api/
COPY community_modules/base_account_budget ${ADDON_PATH}/base_account_budget/
COPY community_modules/base_accounting_kit ${ADDON_PATH}/base_accounting_kit/
COPY community_modules/report_pdf_options ${ADDON_PATH}/report_pdf_options/
COPY community_modules/stock_picking_filter_lot ${ADDON_PATH}/report_pdf_options/stock_picking_filter_lot
COPY community_modules/stock_picking_filter_lot ${ADDON_PATH}/stock_picking_filter_lot
COPY openerp7_data_import ${ADDON_PATH}/openerp7_data_import/
COPY package/resources/data/address.seed.csv ${ADDON_PATH}/bahmni_initializer/data/
COPY bahmni_reports ${ADDON_PATH}/bahmni_reports
Expand Down

0 comments on commit 6f9c87d

Please sign in to comment.