From 1b469946c09e63610e5877abf6ea71e8ae256e0f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 24 Apr 2025 00:21:26 +0200 Subject: [PATCH] [IMP] l10n_fr_account_profile_akretion: Add dep on date_range_account --- l10n_fr_account_profile_akretion/__manifest__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/l10n_fr_account_profile_akretion/__manifest__.py b/l10n_fr_account_profile_akretion/__manifest__.py index 5e7432b..dd8a226 100644 --- a/l10n_fr_account_profile_akretion/__manifest__.py +++ b/l10n_fr_account_profile_akretion/__manifest__.py @@ -12,6 +12,7 @@ 'website': 'https://github.com/akretion/odoo-usability', 'depends': [ ### MISC + 'date_range_account', # OCA/server-ux 'account_usability_akretion', # akretion/odoo-usability 'account_usability', # OCA/account-financial-tools 'l10n_fr_siret_lookup', # OCA/l10n-france @@ -55,6 +56,8 @@ 'product_net_weight', # OCA/product-attribute 'l10n_fr_intrastat_service', # OCA/l10n-france 'l10n_fr_das2', # OCA/l10n-france + # ANALYTIC + #'account_analytic_distribution_manual', # OCA/account-analytic ### INVOICE IMPORT #'account_invoice_download_ovh', # OCA/edi #'account_invoice_download_scaleway', # OCA/edi