diff --git a/Ajout-apps-Alexis b/Ajout-apps-Alexis new file mode 100644 index 0000000..9f3e14b --- /dev/null +++ b/Ajout-apps-Alexis @@ -0,0 +1,16 @@ + +sous custom, +git clone https://github.com/akretion/fr-einvoicing.git + +dans odoo.conf ajouter + ,/mnt/extra-addons/fr-einvoicing + +restart containter odoo +as developper refresh apps, + +install modules : + l10n_fr_einvoicing + l10n_fr_einvoicing_import + l10n_fr_einvoicing_sale + + diff --git a/version Min à tester b/version Min à tester deleted file mode 100644 index 432d409..0000000 --- a/version Min à tester +++ /dev/null @@ -1,32 +0,0 @@ -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 -