From 2201af66b8842a604e86ff69facf6c15b5155409 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 12 Nov 2014 09:44:54 +0100 Subject: [PATCH] Move base_report_to_printer to root from __unported__ --- .../base_report_to_printer => base_report_to_printer}/__init__.py | 0 .../__openerp__.py | 0 .../i18n/base_report_to_printer.pot | 0 .../base_report_to_printer => base_report_to_printer}/i18n/fr.po | 0 .../base_report_to_printer => base_report_to_printer}/i18n/it.po | 0 .../ir_report.py | 0 .../base_report_to_printer => base_report_to_printer}/printing.py | 0 .../printing_data.xml | 0 .../printing_view.xml | 0 .../report_service.py | 0 .../report_xml_action.py | 0 .../security/security.xml | 0 .../base_report_to_printer => base_report_to_printer}/users.py | 0 .../wizard/__init__.py | 0 .../wizard/update_printers.py | 0 .../wizard/update_printers.xml | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {__unported__/base_report_to_printer => base_report_to_printer}/__init__.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/__openerp__.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/i18n/base_report_to_printer.pot (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/i18n/fr.po (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/i18n/it.po (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/ir_report.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/printing.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/printing_data.xml (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/printing_view.xml (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/report_service.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/report_xml_action.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/security/security.xml (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/users.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/wizard/__init__.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/wizard/update_printers.py (100%) rename {__unported__/base_report_to_printer => base_report_to_printer}/wizard/update_printers.xml (100%) diff --git a/__unported__/base_report_to_printer/__init__.py b/base_report_to_printer/__init__.py similarity index 100% rename from __unported__/base_report_to_printer/__init__.py rename to base_report_to_printer/__init__.py diff --git a/__unported__/base_report_to_printer/__openerp__.py b/base_report_to_printer/__openerp__.py similarity index 100% rename from __unported__/base_report_to_printer/__openerp__.py rename to base_report_to_printer/__openerp__.py diff --git a/__unported__/base_report_to_printer/i18n/base_report_to_printer.pot b/base_report_to_printer/i18n/base_report_to_printer.pot similarity index 100% rename from __unported__/base_report_to_printer/i18n/base_report_to_printer.pot rename to base_report_to_printer/i18n/base_report_to_printer.pot diff --git a/__unported__/base_report_to_printer/i18n/fr.po b/base_report_to_printer/i18n/fr.po similarity index 100% rename from __unported__/base_report_to_printer/i18n/fr.po rename to base_report_to_printer/i18n/fr.po diff --git a/__unported__/base_report_to_printer/i18n/it.po b/base_report_to_printer/i18n/it.po similarity index 100% rename from __unported__/base_report_to_printer/i18n/it.po rename to base_report_to_printer/i18n/it.po diff --git a/__unported__/base_report_to_printer/ir_report.py b/base_report_to_printer/ir_report.py similarity index 100% rename from __unported__/base_report_to_printer/ir_report.py rename to base_report_to_printer/ir_report.py diff --git a/__unported__/base_report_to_printer/printing.py b/base_report_to_printer/printing.py similarity index 100% rename from __unported__/base_report_to_printer/printing.py rename to base_report_to_printer/printing.py diff --git a/__unported__/base_report_to_printer/printing_data.xml b/base_report_to_printer/printing_data.xml similarity index 100% rename from __unported__/base_report_to_printer/printing_data.xml rename to base_report_to_printer/printing_data.xml diff --git a/__unported__/base_report_to_printer/printing_view.xml b/base_report_to_printer/printing_view.xml similarity index 100% rename from __unported__/base_report_to_printer/printing_view.xml rename to base_report_to_printer/printing_view.xml diff --git a/__unported__/base_report_to_printer/report_service.py b/base_report_to_printer/report_service.py similarity index 100% rename from __unported__/base_report_to_printer/report_service.py rename to base_report_to_printer/report_service.py diff --git a/__unported__/base_report_to_printer/report_xml_action.py b/base_report_to_printer/report_xml_action.py similarity index 100% rename from __unported__/base_report_to_printer/report_xml_action.py rename to base_report_to_printer/report_xml_action.py diff --git a/__unported__/base_report_to_printer/security/security.xml b/base_report_to_printer/security/security.xml similarity index 100% rename from __unported__/base_report_to_printer/security/security.xml rename to base_report_to_printer/security/security.xml diff --git a/__unported__/base_report_to_printer/users.py b/base_report_to_printer/users.py similarity index 100% rename from __unported__/base_report_to_printer/users.py rename to base_report_to_printer/users.py diff --git a/__unported__/base_report_to_printer/wizard/__init__.py b/base_report_to_printer/wizard/__init__.py similarity index 100% rename from __unported__/base_report_to_printer/wizard/__init__.py rename to base_report_to_printer/wizard/__init__.py diff --git a/__unported__/base_report_to_printer/wizard/update_printers.py b/base_report_to_printer/wizard/update_printers.py similarity index 100% rename from __unported__/base_report_to_printer/wizard/update_printers.py rename to base_report_to_printer/wizard/update_printers.py diff --git a/__unported__/base_report_to_printer/wizard/update_printers.xml b/base_report_to_printer/wizard/update_printers.xml similarity index 100% rename from __unported__/base_report_to_printer/wizard/update_printers.xml rename to base_report_to_printer/wizard/update_printers.xml