diff --git a/__init__.py b/account_financial_report/__init__.py similarity index 100% rename from __init__.py rename to account_financial_report/__init__.py diff --git a/__openerp__.py b/account_financial_report/__openerp__.py similarity index 100% rename from __openerp__.py rename to account_financial_report/__openerp__.py diff --git a/i18n/account_financial_report.pot b/account_financial_report/i18n/account_financial_report.pot similarity index 100% rename from i18n/account_financial_report.pot rename to account_financial_report/i18n/account_financial_report.pot diff --git a/i18n/ca.po b/account_financial_report/i18n/ca.po similarity index 100% rename from i18n/ca.po rename to account_financial_report/i18n/ca.po diff --git a/i18n/ca_ES.po b/account_financial_report/i18n/ca_ES.po similarity index 100% rename from i18n/ca_ES.po rename to account_financial_report/i18n/ca_ES.po diff --git a/i18n/es.po b/account_financial_report/i18n/es.po similarity index 100% rename from i18n/es.po rename to account_financial_report/i18n/es.po diff --git a/i18n/es_ES.po b/account_financial_report/i18n/es_ES.po similarity index 100% rename from i18n/es_ES.po rename to account_financial_report/i18n/es_ES.po diff --git a/i18n/pl.po b/account_financial_report/i18n/pl.po similarity index 100% rename from i18n/pl.po rename to account_financial_report/i18n/pl.po diff --git a/report/__init__.py b/account_financial_report/report/__init__.py similarity index 100% rename from report/__init__.py rename to account_financial_report/report/__init__.py diff --git a/report/account_balance.py b/account_financial_report/report/account_balance.py similarity index 100% rename from report/account_balance.py rename to account_financial_report/report/account_balance.py diff --git a/report/account_balance_2_cols.py b/account_financial_report/report/account_balance_2_cols.py similarity index 100% rename from report/account_balance_2_cols.py rename to account_financial_report/report/account_balance_2_cols.py diff --git a/report/account_balance_4_cols.py b/account_financial_report/report/account_balance_4_cols.py similarity index 100% rename from report/account_balance_4_cols.py rename to account_financial_report/report/account_balance_4_cols.py diff --git a/report/account_report_report.xml b/account_financial_report/report/account_report_report.xml similarity index 100% rename from report/account_report_report.xml rename to account_financial_report/report/account_report_report.xml diff --git a/report/balance_full.rml b/account_financial_report/report/balance_full.rml similarity index 100% rename from report/balance_full.rml rename to account_financial_report/report/balance_full.rml diff --git a/report/balance_full_2_cols.rml b/account_financial_report/report/balance_full_2_cols.rml similarity index 100% rename from report/balance_full_2_cols.rml rename to account_financial_report/report/balance_full_2_cols.rml diff --git a/report/balance_full_4_cols.rml b/account_financial_report/report/balance_full_4_cols.rml similarity index 100% rename from report/balance_full_4_cols.rml rename to account_financial_report/report/balance_full_4_cols.rml diff --git a/wizard/__init__.py b/account_financial_report/wizard/__init__.py similarity index 100% rename from wizard/__init__.py rename to account_financial_report/wizard/__init__.py diff --git a/wizard/account_report_wizard.xml b/account_financial_report/wizard/account_report_wizard.xml similarity index 100% rename from wizard/account_report_wizard.xml rename to account_financial_report/wizard/account_report_wizard.xml diff --git a/wizard/wizard_account_balance_2_report.py b/account_financial_report/wizard/wizard_account_balance_2_report.py similarity index 100% rename from wizard/wizard_account_balance_2_report.py rename to account_financial_report/wizard/wizard_account_balance_2_report.py diff --git a/wizard/wizard_account_balance_4_report.py b/account_financial_report/wizard/wizard_account_balance_4_report.py similarity index 100% rename from wizard/wizard_account_balance_4_report.py rename to account_financial_report/wizard/wizard_account_balance_4_report.py diff --git a/wizard/wizard_account_balance_report.py b/account_financial_report/wizard/wizard_account_balance_report.py similarity index 100% rename from wizard/wizard_account_balance_report.py rename to account_financial_report/wizard/wizard_account_balance_report.py diff --git a/wizard/wizard_report_report.xml b/account_financial_report/wizard/wizard_report_report.xml similarity index 100% rename from wizard/wizard_report_report.xml rename to account_financial_report/wizard/wizard_report_report.xml