diff --git a/README.md b/README.md index 254ebad..9addd6b 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,38 @@ Odoo modules for e-invoicing and e-reporting in France starting september 1st 20 This set of modules depends on several OCA modules. Make sure that you are running up-to-date code for the following OCA repositories: +* [OCA/account-financial-tools](https://github.com/OCA/account-financial-tools) + * account_dashboard_banner (dependency of l10n_fr_einvoicing_dashboard_banner) +* [OCA/bank-payment](https://github.com/OCA/account-payment) + * account_payment_mode + * account_payment_partner * [OCA/community-data-files](https://github.com/OCA/community-data-files) -* [OCA/edi](https://github.com/OCA/edi) + * account_payment_unece + * account_tax_unece + * base_unece + * uom_unece +* [OCA/edi](https://github.com/OCA/edi) (dependencies of l10n_fr_einvoicing_import) + * account_invoice_import + * account_invoice_import_facturx + * account_invoice_import_ubl + * base_business_document_import + * base_facturx + * base_ubl + * base_ubl_parse + * pdf_helper +* [OCA/intrastat-extrastat](https://github.com/OCA/intrastat-extrastat) + * intrastat_base * [OCA/l10n-france](https://github.com/OCA/l10n-france) -* [OCA/account-financial-tools](https://github.com/OCA/account-financial-tools) + * l10n_fr_account_invoice_import_facturx + * l10n_fr_business_document_import + * l10n_fr_siret + * In addition to the above, for automatic configuration of UNECE tax codes, you may want to install l10n_fr_account_tax_unece or l10n_fr_oca +* [OCA/reporting-engine](https://github.com/OCA/reporting-engine) + * report_py3o (dependency of account_invoice_en16931_py3o) * [OCA/sale-workflow](https://github.com/OCA/sale-workflow) + * sale_commercial_partner (dependency of l10n_fr_einvoicing_sale) +* [OCA/server-tools](https://github.com/OCA/server-tools) + * base_view_inheritance_extension You should also make sure that the code of Odoo 16.0 you are running on is up-to-date. diff --git a/l10n_fr_account_invoice_en16931/__manifest__.py b/l10n_fr_account_invoice_en16931/__manifest__.py index 299abc3..e987839 100644 --- a/l10n_fr_account_invoice_en16931/__manifest__.py +++ b/l10n_fr_account_invoice_en16931/__manifest__.py @@ -15,6 +15,7 @@ "account_invoice_en16931", "l10n_fr_siret", ], + "external_dependencies": {"python": ["unidecode"]}, "data": ["views/account_move.xml"], "installable": True, } diff --git a/requirements.txt b/requirements.txt index d093625..44a017c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ # generated from manifests external_dependencies factur-x>=6.7 pyfrctc>=0.15 +unidecode