From 6435d7f6922b77db30bb113c6a1886588cb2b170 Mon Sep 17 00:00:00 2001 From: Guillaume Auger Date: Tue, 27 Jan 2015 16:15:56 -0500 Subject: [PATCH] Port account_chart_report to V8: Moving files --- .../account_chart_report => account_chart_report}/__init__.py | 0 .../account_chart_report => account_chart_report}/__openerp__.py | 0 .../account_report.xml | 0 .../i18n/account_chart_report.pot | 0 .../account_chart_report => account_chart_report}/i18n/fr.po | 0 .../report/__init__.py | 0 .../report/chart_of_accounts.py | 0 .../report/chart_of_accounts.rml | 0 .../wizard/__init__.py | 0 .../wizard/account_report_chart_of_account.py | 0 .../wizard/account_report_chart_of_account.xml | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {__unported__/account_chart_report => account_chart_report}/__init__.py (100%) rename {__unported__/account_chart_report => account_chart_report}/__openerp__.py (100%) rename {__unported__/account_chart_report => account_chart_report}/account_report.xml (100%) rename {__unported__/account_chart_report => account_chart_report}/i18n/account_chart_report.pot (100%) rename {__unported__/account_chart_report => account_chart_report}/i18n/fr.po (100%) rename {__unported__/account_chart_report => account_chart_report}/report/__init__.py (100%) rename {__unported__/account_chart_report => account_chart_report}/report/chart_of_accounts.py (100%) rename {__unported__/account_chart_report => account_chart_report}/report/chart_of_accounts.rml (100%) rename {__unported__/account_chart_report => account_chart_report}/wizard/__init__.py (100%) rename {__unported__/account_chart_report => account_chart_report}/wizard/account_report_chart_of_account.py (100%) rename {__unported__/account_chart_report => account_chart_report}/wizard/account_report_chart_of_account.xml (100%) diff --git a/__unported__/account_chart_report/__init__.py b/account_chart_report/__init__.py similarity index 100% rename from __unported__/account_chart_report/__init__.py rename to account_chart_report/__init__.py diff --git a/__unported__/account_chart_report/__openerp__.py b/account_chart_report/__openerp__.py similarity index 100% rename from __unported__/account_chart_report/__openerp__.py rename to account_chart_report/__openerp__.py diff --git a/__unported__/account_chart_report/account_report.xml b/account_chart_report/account_report.xml similarity index 100% rename from __unported__/account_chart_report/account_report.xml rename to account_chart_report/account_report.xml diff --git a/__unported__/account_chart_report/i18n/account_chart_report.pot b/account_chart_report/i18n/account_chart_report.pot similarity index 100% rename from __unported__/account_chart_report/i18n/account_chart_report.pot rename to account_chart_report/i18n/account_chart_report.pot diff --git a/__unported__/account_chart_report/i18n/fr.po b/account_chart_report/i18n/fr.po similarity index 100% rename from __unported__/account_chart_report/i18n/fr.po rename to account_chart_report/i18n/fr.po diff --git a/__unported__/account_chart_report/report/__init__.py b/account_chart_report/report/__init__.py similarity index 100% rename from __unported__/account_chart_report/report/__init__.py rename to account_chart_report/report/__init__.py diff --git a/__unported__/account_chart_report/report/chart_of_accounts.py b/account_chart_report/report/chart_of_accounts.py similarity index 100% rename from __unported__/account_chart_report/report/chart_of_accounts.py rename to account_chart_report/report/chart_of_accounts.py diff --git a/__unported__/account_chart_report/report/chart_of_accounts.rml b/account_chart_report/report/chart_of_accounts.rml similarity index 100% rename from __unported__/account_chart_report/report/chart_of_accounts.rml rename to account_chart_report/report/chart_of_accounts.rml diff --git a/__unported__/account_chart_report/wizard/__init__.py b/account_chart_report/wizard/__init__.py similarity index 100% rename from __unported__/account_chart_report/wizard/__init__.py rename to account_chart_report/wizard/__init__.py diff --git a/__unported__/account_chart_report/wizard/account_report_chart_of_account.py b/account_chart_report/wizard/account_report_chart_of_account.py similarity index 100% rename from __unported__/account_chart_report/wizard/account_report_chart_of_account.py rename to account_chart_report/wizard/account_report_chart_of_account.py diff --git a/__unported__/account_chart_report/wizard/account_report_chart_of_account.xml b/account_chart_report/wizard/account_report_chart_of_account.xml similarity index 100% rename from __unported__/account_chart_report/wizard/account_report_chart_of_account.xml rename to account_chart_report/wizard/account_report_chart_of_account.xml