diff --git a/README.md b/README.md index f33133d4..6e5eb296 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[account_financial_report](__unported__/account_financial_report/) | 2.0 (unported) | Common financial reports +[account_financial_report](account_financial_report/) | 2.0 (unported) | Common financial reports [//]: # (end addons) diff --git a/__unported__/account_financial_report/__init__.py b/account_financial_report/__init__.py similarity index 100% rename from __unported__/account_financial_report/__init__.py rename to account_financial_report/__init__.py diff --git a/__unported__/account_financial_report/__openerp__.py b/account_financial_report/__openerp__.py similarity index 100% rename from __unported__/account_financial_report/__openerp__.py rename to account_financial_report/__openerp__.py diff --git a/__unported__/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po similarity index 100% rename from __unported__/account_financial_report/i18n/es.po rename to account_financial_report/i18n/es.po diff --git a/__unported__/account_financial_report/i18n/es_MX.po b/account_financial_report/i18n/es_MX.po similarity index 100% rename from __unported__/account_financial_report/i18n/es_MX.po rename to account_financial_report/i18n/es_MX.po diff --git a/__unported__/account_financial_report/i18n/es_VE.po b/account_financial_report/i18n/es_VE.po similarity index 100% rename from __unported__/account_financial_report/i18n/es_VE.po rename to account_financial_report/i18n/es_VE.po diff --git a/__unported__/account_financial_report/model/__init__.py b/account_financial_report/model/__init__.py similarity index 100% rename from __unported__/account_financial_report/model/__init__.py rename to account_financial_report/model/__init__.py diff --git a/__unported__/account_financial_report/model/account_financial_report.py b/account_financial_report/model/account_financial_report.py similarity index 100% rename from __unported__/account_financial_report/model/account_financial_report.py rename to account_financial_report/model/account_financial_report.py diff --git a/__unported__/account_financial_report/model/res_company.py b/account_financial_report/model/res_company.py similarity index 100% rename from __unported__/account_financial_report/model/res_company.py rename to account_financial_report/model/res_company.py diff --git a/__unported__/account_financial_report/report/__init__.py b/account_financial_report/report/__init__.py similarity index 100% rename from __unported__/account_financial_report/report/__init__.py rename to account_financial_report/report/__init__.py diff --git a/__unported__/account_financial_report/report/balance_full.rml b/account_financial_report/report/balance_full.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full.rml rename to account_financial_report/report/balance_full.rml diff --git a/__unported__/account_financial_report/report/balance_full_13_cols.rml b/account_financial_report/report/balance_full_13_cols.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_13_cols.rml rename to account_financial_report/report/balance_full_13_cols.rml diff --git a/__unported__/account_financial_report/report/balance_full_2_cols.rml b/account_financial_report/report/balance_full_2_cols.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_2_cols.rml rename to account_financial_report/report/balance_full_2_cols.rml diff --git a/__unported__/account_financial_report/report/balance_full_4_cols.rml b/account_financial_report/report/balance_full_4_cols.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_4_cols.rml rename to account_financial_report/report/balance_full_4_cols.rml diff --git a/__unported__/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml b/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_4_cols_analytic_ledger.rml rename to account_financial_report/report/balance_full_4_cols_analytic_ledger.rml diff --git a/__unported__/account_financial_report/report/balance_full_4_cols_journal_ledger.rml b/account_financial_report/report/balance_full_4_cols_journal_ledger.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_4_cols_journal_ledger.rml rename to account_financial_report/report/balance_full_4_cols_journal_ledger.rml diff --git a/__unported__/account_financial_report/report/balance_full_4_cols_partner_balance.rml b/account_financial_report/report/balance_full_4_cols_partner_balance.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_4_cols_partner_balance.rml rename to account_financial_report/report/balance_full_4_cols_partner_balance.rml diff --git a/__unported__/account_financial_report/report/balance_full_5_cols.rml b/account_financial_report/report/balance_full_5_cols.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_5_cols.rml rename to account_financial_report/report/balance_full_5_cols.rml diff --git a/__unported__/account_financial_report/report/balance_full_qtr_cols.rml b/account_financial_report/report/balance_full_qtr_cols.rml similarity index 100% rename from __unported__/account_financial_report/report/balance_full_qtr_cols.rml rename to account_financial_report/report/balance_full_qtr_cols.rml diff --git a/__unported__/account_financial_report/report/parser.py b/account_financial_report/report/parser.py similarity index 100% rename from __unported__/account_financial_report/report/parser.py rename to account_financial_report/report/parser.py diff --git a/__unported__/account_financial_report/security/ir.model.access.csv b/account_financial_report/security/ir.model.access.csv similarity index 100% rename from __unported__/account_financial_report/security/ir.model.access.csv rename to account_financial_report/security/ir.model.access.csv diff --git a/__unported__/account_financial_report/security/security.xml b/account_financial_report/security/security.xml similarity index 100% rename from __unported__/account_financial_report/security/security.xml rename to account_financial_report/security/security.xml diff --git a/__unported__/account_financial_report/view/account_financial_report_view.xml b/account_financial_report/view/account_financial_report_view.xml similarity index 100% rename from __unported__/account_financial_report/view/account_financial_report_view.xml rename to account_financial_report/view/account_financial_report_view.xml diff --git a/__unported__/account_financial_report/view/company_view.xml b/account_financial_report/view/company_view.xml similarity index 100% rename from __unported__/account_financial_report/view/company_view.xml rename to account_financial_report/view/company_view.xml diff --git a/__unported__/account_financial_report/view/report.xml b/account_financial_report/view/report.xml similarity index 100% rename from __unported__/account_financial_report/view/report.xml rename to account_financial_report/view/report.xml diff --git a/__unported__/account_financial_report/view/wizard.xml b/account_financial_report/view/wizard.xml similarity index 100% rename from __unported__/account_financial_report/view/wizard.xml rename to account_financial_report/view/wizard.xml diff --git a/__unported__/account_financial_report/wizard/__init__.py b/account_financial_report/wizard/__init__.py similarity index 100% rename from __unported__/account_financial_report/wizard/__init__.py rename to account_financial_report/wizard/__init__.py diff --git a/__unported__/account_financial_report/wizard/wizard.py b/account_financial_report/wizard/wizard.py similarity index 100% rename from __unported__/account_financial_report/wizard/wizard.py rename to account_financial_report/wizard/wizard.py