Ajouter version Min à tester
This commit is contained in:
parent
8bd79bd0ee
commit
44d848d981
1 changed files with 32 additions and 0 deletions
32
version Min à tester
Normal file
32
version Min à tester
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
version min
|
||||
|
||||
|
||||
odoo.conf
|
||||
addons_path=/mnt/extra-addons,/mnt/extra-addons/server-brand,/mnt/extra-addons/web,/mnt/extra-addons/l10n-france,/mnt/extra-addons/edi,/mnt/extra-addons/partner-contact,/mnt/extra-addons/community-data-files,/mnt/extra-addons/account-payment,/mnt/extra-addons/server-tools,/mnt/extra-addons/mis-builder,/mnt/extra-addons/server-ux,/mnt/extra-addons/reporting-engine
|
||||
|
||||
|
||||
modules
|
||||
|
||||
OCA_MODULES=report_xlsx,date_range,mis_builder,base_view_inheritance_extension,account_payment_method_base,uom_unece,disable_odoo_online,portal_odoo_debranding,remove_odoo_enterprise,l10n_fr,l10n_fr_account,account_invoice_facturx,base_facturx,l10n_fr_account_invoice_facturx,l10n_fr_account_invoice_import_facturx,l10n_fr_account_invoice_import_simple_pdf,l10n_fr_siret,l10n_fr_siret_account,l10n_fr_siret_lookup,partner_firstname,l10n_fr_account_tax_unece,l10n_fr_business_document_import,l10n_fr_department,l10n_fr_department_oversea,l10n_fr_hr_check_ssnid,l10n_fr_mis_reports,l10n_fr_siret,l10n_fr_siret_account,l10n_fr_siret_lookup,l10n_fr_state
|
||||
|
||||
|
||||
|
||||
mkdir -p ./custom
|
||||
cd custom
|
||||
|
||||
for repo in \
|
||||
https://github.com/OCA/server-tools.git \
|
||||
https://github.com/OCA/account-payment.git \
|
||||
https://github.com/OCA/mis-builder.git \
|
||||
https://github.com/OCA/server-ux.git \
|
||||
https://github.com/OCA/reporting-engine.git \
|
||||
https://github.com/OCA/server-brand.git \
|
||||
https://github.com/oca/web.git \
|
||||
https://github.com/OCA/l10n-france.git \
|
||||
https://github.com/OCA/edi.git \
|
||||
https://github.com/OCA/community-data-files.git \
|
||||
https://github.com/OCA/partner-contact.git
|
||||
do
|
||||
git clone -b 18.0 "$repo"
|
||||
done
|
||||
|
||||
Loading…
Reference in a new issue