Skip to content
Extraits de code Groupes Projets
Valider 3bb67076 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[ADD] merged modules and release_agent

parent aadaa139
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -49,13 +49,10 @@ RUN set -x; \
git clone -b 14.0 --depth 1 https://github.com/OCA/account-financial-tools.git /tmp/oca-repos/account-financial-tools &&\
mv /tmp/oca-repos/account-financial-tools/account_lock_date_update \
/tmp/oca-repos/account-financial-tools/account_move_name_sequence \
/tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean \
/opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/account-financial-tools/pull/1304)
git clone -b 14.0-add-partner_account_reconciliable --depth 1 https://github.com/lefilament/account-financial-tools.git /tmp/oca-repos/account-financial-tools-lf &&\
mv /tmp/oca-repos/account-financial-tools-lf/account_reconcile_show_boolean /opt/odoo/additional_addons/ &&\
# Until migrated to OCA (https://github.com/OCA/account-invoicing/pull/897)
git clone -b 14.0-mig-sale-timesheet-invoice-description --depth 1 https://github.com/akretion/account-invoicing.git /tmp/oca-repos/account-invoicing-ak &&\
mv /tmp/oca-repos/account-invoicing-ak/sale_timesheet_invoice_description \
git clone -b 14.0 --depth 1 https://github.com/OCA/account-invoicing.git /tmp/oca-repos/account-invoicing &&\
mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
/opt/odoo/additional_addons/ &&\
git clone -b 14.0 --depth 1 https://github.com/OCA/account-reconcile.git /tmp/oca-repos/account-reconcile &&\
mv /tmp/oca-repos/account-reconcile/account_reconciliation_widget \
......@@ -106,6 +103,7 @@ RUN set -x; \
find /opt/odoo/additional_addons/*/i18n/ -type f -not -name 'fr.po' -delete &&\
# Install Le Filament default dependency
git clone -b 14.0 --depth 1 https://sources.le-filament.com/lefilament/remove_login_links.git /opt/odoo/private_addons/remove_login_links &&\
git clone -b 14.0 --depth 1 https://sources.le-filament.com/lefilament/lefilament_release_agent.git /opt/odoo/private_addons/lefilament_release_agent &&\
chown -R odoo:odoo /opt/odoo
# Copy entrypoint script and Odoo configuration file
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter