From 424e73371dc05d1537ec230863e813225d30a2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Mon, 31 Mar 2025 16:43:18 +0200 Subject: [PATCH] [ADD] merged modules and remove unused ones --- 18.0.Dockerfile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/18.0.Dockerfile b/18.0.Dockerfile index c8f86ca..766818b 100644 --- a/18.0.Dockerfile +++ b/18.0.Dockerfile @@ -89,7 +89,6 @@ COPY --chown=root:root --chmod=755 ./get_addons /usr/local/bin ARG SAVE_COMMITS_FILENAME='default_addons' RUN set -x; \ get_addons 'https://github.com/OCA/account-financial-tools' '18.0' 'additional_addons' \ - account_lock_date_update \ account_move_name_sequence \ account_usability \ && get_addons 'https://github.com/OCA/account-invoicing' '18.0' 'additional_addons' \ @@ -98,20 +97,20 @@ RUN set -x; \ && get_addons 'https://github.com/OCA/account-reconcile' '18.0' 'additional_addons' \ account_statement_base \ account_reconcile_model_oca \ -# account_reconcile_oca \ - && get_addons 'https://github.com/ForgeFlow/account-reconcile' '18.0-mig-account_reconcile_oca' 'additional_addons' \ account_reconcile_oca \ && get_addons 'https://github.com/OCA/bank-statement-import' '18.0' 'additional_addons' \ account_statement_import_base \ account_statement_import_file \ # account_statement_import_file_reconcile_oca \ account_statement_import_ofx \ + && get_addons 'https://github.com/akretion/bank-statement-import' '18-mig-account_statement_import_file_reconcile_oca' 'additional_addons' \ + account_statement_import_base \ && get_addons 'https://github.com/OCA/crm' '18.0' 'additional_addons' \ crm_stage_probability \ && get_addons 'https://github.com/OCA/l10n-france' '18.0' 'additional_addons' \ l10n_fr_siret \ -# l10n_fr_siret_lookup \ l10n_fr_siret_account \ +# l10n_fr_siret_lookup \ && get_addons 'https://github.com/apikcloud/l10n-france' '18.0-mig-l10n_fr_siret_lookup' 'additional_addons' \ l10n_fr_siret_lookup \ && get_addons 'https://github.com/OCA/mail' '18.0' 'additional_addons' \ @@ -122,8 +121,6 @@ RUN set -x; \ partner_firstname \ && get_addons 'https://github.com/OCA/project' '18.0' 'additional_addons' \ project_task_default_stage \ - && get_addons 'https://github.com/StefanRijnhart/project' '18.0-mig-project_template' 'additional_addons' \ - project_template \ && get_addons 'https://github.com/OCA/server-brand' '18.0' 'additional_addons' \ disable_odoo_online \ portal_odoo_debranding \ @@ -148,8 +145,8 @@ RUN set -x; \ web_theme_classic \ && find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete \ # Install Le Filament default addons. -# && get_addons 'https://sources.le-filament.com/lefilament/remove_login_links.git' '18.0' 'private_addons/remove_login_links' \ -# && get_addons 'https://sources.le-filament.com/lefilament/lefilament_release_agent.git' '18.0' 'private_addons/lefilament_release_agent' \ + && get_addons 'https://sources.le-filament.com/lefilament/remove_login_links.git' '18.0' 'private_addons/remove_login_links' \ + && get_addons 'https://sources.le-filament.com/lefilament/lefilament_release_agent.git' '18.0' 'private_addons/lefilament_release_agent' \ && echo "info: default addon commits:" \ && cat $SAVE_COMMITS_DIR/$SAVE_COMMITS_FILENAME -- GitLab