diff --git a/addons/account_invoice_l10nbe/__init__.py b/addons/l10n_be_invoice_bba/__init__.py similarity index 100% rename from addons/account_invoice_l10nbe/__init__.py rename to addons/l10n_be_invoice_bba/__init__.py diff --git a/addons/account_invoice_l10nbe/__openerp__.py b/addons/l10n_be_invoice_bba/__openerp__.py similarity index 98% rename from addons/account_invoice_l10nbe/__openerp__.py rename to addons/l10n_be_invoice_bba/__openerp__.py index c8d08d02a81..e4b209317d0 100644 --- a/addons/account_invoice_l10nbe/__openerp__.py +++ b/addons/l10n_be_invoice_bba/__openerp__.py @@ -44,7 +44,7 @@ The preferred type of Structured Communication and associated Algorithm can be s A 'random' Structured Communication will generated if no algorithm is specified on the Partner record. """, - 'depends': ['account', 'account_cancel'], + 'depends': ['account'], 'demo_xml': [], 'init_xml': [], 'update_xml' : [ diff --git a/addons/account_invoice_l10nbe/account_invoice_view.xml b/addons/l10n_be_invoice_bba/account_invoice_view.xml similarity index 100% rename from addons/account_invoice_l10nbe/account_invoice_view.xml rename to addons/l10n_be_invoice_bba/account_invoice_view.xml diff --git a/addons/account_invoice_l10nbe/i18n/fr.po b/addons/l10n_be_invoice_bba/i18n/fr.po similarity index 100% rename from addons/account_invoice_l10nbe/i18n/fr.po rename to addons/l10n_be_invoice_bba/i18n/fr.po diff --git a/addons/account_invoice_l10nbe/i18n/nl.po b/addons/l10n_be_invoice_bba/i18n/nl.po similarity index 100% rename from addons/account_invoice_l10nbe/i18n/nl.po rename to addons/l10n_be_invoice_bba/i18n/nl.po diff --git a/addons/account_invoice_l10nbe/invoice.py b/addons/l10n_be_invoice_bba/invoice.py similarity index 100% rename from addons/account_invoice_l10nbe/invoice.py rename to addons/l10n_be_invoice_bba/invoice.py diff --git a/addons/account_invoice_l10nbe/partner.py b/addons/l10n_be_invoice_bba/partner.py similarity index 100% rename from addons/account_invoice_l10nbe/partner.py rename to addons/l10n_be_invoice_bba/partner.py diff --git a/addons/account_invoice_l10nbe/partner_view.xml b/addons/l10n_be_invoice_bba/partner_view.xml similarity index 100% rename from addons/account_invoice_l10nbe/partner_view.xml rename to addons/l10n_be_invoice_bba/partner_view.xml