From a0710bc3adc36039448c58c7972d241b4d5fe31f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 28 Nov 2025 09:44:49 +0100 Subject: [PATCH] [UDP] l10n_fr_account_profile_akretion: add dep on recently migrated modules --- l10n_fr_account_profile_akretion/__manifest__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/l10n_fr_account_profile_akretion/__manifest__.py b/l10n_fr_account_profile_akretion/__manifest__.py index ad43139..028b7a9 100644 --- a/l10n_fr_account_profile_akretion/__manifest__.py +++ b/l10n_fr_account_profile_akretion/__manifest__.py @@ -43,9 +43,10 @@ 'currency_rate_update', # OCA/currency 'currency_old_rate_notify', # OCA/currency ### INVOICE IMPORT - #'account_invoice_import_simple_pdf', # OCA/edi - #'account_invoice_import_facturx', # OCA/edi - #'l10n_fr_account_invoice_import_facturx', # OCA/l10n-france + 'l10n_fr_business_document_import', # OCA/l10n-france + 'account_invoice_import_simple_pdf', # OCA/edi + 'account_invoice_import_ubl', # OCA/edi + 'l10n_fr_account_invoice_import_facturx', # OCA/l10n-france ### OVERDUE 'account_invoice_overdue_warn', # OCA/credit-control #'account_invoice_overdue_warn_sale', # OCA/credit-control