From 3d7c64e0117bab309539aaf6d2b4a34047629c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Mon, 23 Feb 2015 14:21:27 +0100 Subject: [PATCH] [PORT] start porting account_check_deposit --- .../account_check_deposit => account_check_deposit}/__init__.py | 0 .../__openerp__.py | 0 .../account_data.xml | 0 .../account_deposit.py | 0 .../account_deposit_sequence.xml | 0 .../account_deposit_view.xml | 0 .../company_view.xml | 0 .../i18n/account_check_deposit.pot | 0 .../account_check_deposit => account_check_deposit}/i18n/de.po | 0 .../account_check_deposit => account_check_deposit}/i18n/fr.po | 0 .../report/__init__.py | 0 .../report/check_deposit.mako | 0 .../report/report_webkit_html.py | 0 .../security/check_deposit_security.xml | 0 .../security/ir.model.access.csv | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {__unported__/account_check_deposit => account_check_deposit}/__init__.py (100%) rename {__unported__/account_check_deposit => account_check_deposit}/__openerp__.py (100%) rename {__unported__/account_check_deposit => account_check_deposit}/account_data.xml (100%) rename {__unported__/account_check_deposit => account_check_deposit}/account_deposit.py (100%) rename {__unported__/account_check_deposit => account_check_deposit}/account_deposit_sequence.xml (100%) rename {__unported__/account_check_deposit => account_check_deposit}/account_deposit_view.xml (100%) rename {__unported__/account_check_deposit => account_check_deposit}/company_view.xml (100%) rename {__unported__/account_check_deposit => account_check_deposit}/i18n/account_check_deposit.pot (100%) rename {__unported__/account_check_deposit => account_check_deposit}/i18n/de.po (100%) rename {__unported__/account_check_deposit => account_check_deposit}/i18n/fr.po (100%) rename {__unported__/account_check_deposit => account_check_deposit}/report/__init__.py (100%) rename {__unported__/account_check_deposit => account_check_deposit}/report/check_deposit.mako (100%) rename {__unported__/account_check_deposit => account_check_deposit}/report/report_webkit_html.py (100%) rename {__unported__/account_check_deposit => account_check_deposit}/security/check_deposit_security.xml (100%) rename {__unported__/account_check_deposit => account_check_deposit}/security/ir.model.access.csv (100%) diff --git a/__unported__/account_check_deposit/__init__.py b/account_check_deposit/__init__.py similarity index 100% rename from __unported__/account_check_deposit/__init__.py rename to account_check_deposit/__init__.py diff --git a/__unported__/account_check_deposit/__openerp__.py b/account_check_deposit/__openerp__.py similarity index 100% rename from __unported__/account_check_deposit/__openerp__.py rename to account_check_deposit/__openerp__.py diff --git a/__unported__/account_check_deposit/account_data.xml b/account_check_deposit/account_data.xml similarity index 100% rename from __unported__/account_check_deposit/account_data.xml rename to account_check_deposit/account_data.xml diff --git a/__unported__/account_check_deposit/account_deposit.py b/account_check_deposit/account_deposit.py similarity index 100% rename from __unported__/account_check_deposit/account_deposit.py rename to account_check_deposit/account_deposit.py diff --git a/__unported__/account_check_deposit/account_deposit_sequence.xml b/account_check_deposit/account_deposit_sequence.xml similarity index 100% rename from __unported__/account_check_deposit/account_deposit_sequence.xml rename to account_check_deposit/account_deposit_sequence.xml diff --git a/__unported__/account_check_deposit/account_deposit_view.xml b/account_check_deposit/account_deposit_view.xml similarity index 100% rename from __unported__/account_check_deposit/account_deposit_view.xml rename to account_check_deposit/account_deposit_view.xml diff --git a/__unported__/account_check_deposit/company_view.xml b/account_check_deposit/company_view.xml similarity index 100% rename from __unported__/account_check_deposit/company_view.xml rename to account_check_deposit/company_view.xml diff --git a/__unported__/account_check_deposit/i18n/account_check_deposit.pot b/account_check_deposit/i18n/account_check_deposit.pot similarity index 100% rename from __unported__/account_check_deposit/i18n/account_check_deposit.pot rename to account_check_deposit/i18n/account_check_deposit.pot diff --git a/__unported__/account_check_deposit/i18n/de.po b/account_check_deposit/i18n/de.po similarity index 100% rename from __unported__/account_check_deposit/i18n/de.po rename to account_check_deposit/i18n/de.po diff --git a/__unported__/account_check_deposit/i18n/fr.po b/account_check_deposit/i18n/fr.po similarity index 100% rename from __unported__/account_check_deposit/i18n/fr.po rename to account_check_deposit/i18n/fr.po diff --git a/__unported__/account_check_deposit/report/__init__.py b/account_check_deposit/report/__init__.py similarity index 100% rename from __unported__/account_check_deposit/report/__init__.py rename to account_check_deposit/report/__init__.py diff --git a/__unported__/account_check_deposit/report/check_deposit.mako b/account_check_deposit/report/check_deposit.mako similarity index 100% rename from __unported__/account_check_deposit/report/check_deposit.mako rename to account_check_deposit/report/check_deposit.mako diff --git a/__unported__/account_check_deposit/report/report_webkit_html.py b/account_check_deposit/report/report_webkit_html.py similarity index 100% rename from __unported__/account_check_deposit/report/report_webkit_html.py rename to account_check_deposit/report/report_webkit_html.py diff --git a/__unported__/account_check_deposit/security/check_deposit_security.xml b/account_check_deposit/security/check_deposit_security.xml similarity index 100% rename from __unported__/account_check_deposit/security/check_deposit_security.xml rename to account_check_deposit/security/check_deposit_security.xml diff --git a/__unported__/account_check_deposit/security/ir.model.access.csv b/account_check_deposit/security/ir.model.access.csv similarity index 100% rename from __unported__/account_check_deposit/security/ir.model.access.csv rename to account_check_deposit/security/ir.model.access.csv