From 3b11a518d1dfc1c38e79cbe910cca2d15b3f23a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 13 Oct 2015 12:14:12 +0200 Subject: [PATCH] [MOV] move addons out of __unported__ (they remain not installable) --- README.md | 2 +- .../__init__.py | 0 .../__openerp__.py | 0 .../i18n/es.po | 0 .../i18n/es_MX.po | 0 .../i18n/es_VE.po | 0 .../model/__init__.py | 0 .../model/account_financial_report.py | 0 .../model/res_company.py | 0 .../report/__init__.py | 0 .../report/balance_full.rml | 0 .../report/balance_full_13_cols.rml | 0 .../report/balance_full_2_cols.rml | 0 .../report/balance_full_4_cols.rml | 0 .../report/balance_full_4_cols_analytic_ledger.rml | 0 .../report/balance_full_4_cols_journal_ledger.rml | 0 .../report/balance_full_4_cols_partner_balance.rml | 0 .../report/balance_full_5_cols.rml | 0 .../report/balance_full_qtr_cols.rml | 0 .../report/parser.py | 0 .../security/ir.model.access.csv | 0 .../security/security.xml | 0 .../view/account_financial_report_view.xml | 0 .../view/company_view.xml | 0 .../view/report.xml | 0 .../view/wizard.xml | 0 .../wizard/__init__.py | 0 .../wizard/wizard.py | 0 28 files changed, 1 insertion(+), 1 deletion(-) rename {__unported__/account_financial_report => account_financial_report}/__init__.py (100%) rename {__unported__/account_financial_report => account_financial_report}/__openerp__.py (100%) rename {__unported__/account_financial_report => account_financial_report}/i18n/es.po (100%) rename {__unported__/account_financial_report => account_financial_report}/i18n/es_MX.po (100%) rename {__unported__/account_financial_report => account_financial_report}/i18n/es_VE.po (100%) rename {__unported__/account_financial_report => account_financial_report}/model/__init__.py (100%) rename {__unported__/account_financial_report => account_financial_report}/model/account_financial_report.py (100%) rename {__unported__/account_financial_report => account_financial_report}/model/res_company.py (100%) rename {__unported__/account_financial_report => account_financial_report}/report/__init__.py (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_13_cols.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_2_cols.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_4_cols.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_4_cols_analytic_ledger.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_4_cols_journal_ledger.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_4_cols_partner_balance.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_5_cols.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/balance_full_qtr_cols.rml (100%) rename {__unported__/account_financial_report => account_financial_report}/report/parser.py (100%) rename {__unported__/account_financial_report => account_financial_report}/security/ir.model.access.csv (100%) rename {__unported__/account_financial_report => account_financial_report}/security/security.xml (100%) rename {__unported__/account_financial_report => account_financial_report}/view/account_financial_report_view.xml (100%) rename {__unported__/account_financial_report => account_financial_report}/view/company_view.xml (100%) rename {__unported__/account_financial_report => account_financial_report}/view/report.xml (100%) rename {__unported__/account_financial_report => account_financial_report}/view/wizard.xml (100%) rename {__unported__/account_financial_report => account_financial_report}/wizard/__init__.py (100%) rename {__unported__/account_financial_report => account_financial_report}/wizard/wizard.py (100%) 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