From 983fb8a337e757831ad7f998c7c3b9d9c294404c Mon Sep 17 00:00:00 2001 From: Ildar Nasyrov Date: Sun, 27 Mar 2016 16:29:23 +0500 Subject: [PATCH] [MOV] module -- mail_wall_custom --- README.rst => mail_wall_custom/README.rst | 0 __init__.py => mail_wall_custom/__init__.py | 0 __openerp__.py => mail_wall_custom/__openerp__.py | 0 data.xml => mail_wall_custom/data.xml | 0 models.py => mail_wall_custom/models.py | 0 .../static}/description/icon.png | Bin views.xml => mail_wall_custom/views.xml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename README.rst => mail_wall_custom/README.rst (100%) rename __init__.py => mail_wall_custom/__init__.py (100%) rename __openerp__.py => mail_wall_custom/__openerp__.py (100%) rename data.xml => mail_wall_custom/data.xml (100%) rename models.py => mail_wall_custom/models.py (100%) rename {static => mail_wall_custom/static}/description/icon.png (100%) rename views.xml => mail_wall_custom/views.xml (100%) diff --git a/README.rst b/mail_wall_custom/README.rst similarity index 100% rename from README.rst rename to mail_wall_custom/README.rst diff --git a/__init__.py b/mail_wall_custom/__init__.py similarity index 100% rename from __init__.py rename to mail_wall_custom/__init__.py diff --git a/__openerp__.py b/mail_wall_custom/__openerp__.py similarity index 100% rename from __openerp__.py rename to mail_wall_custom/__openerp__.py diff --git a/data.xml b/mail_wall_custom/data.xml similarity index 100% rename from data.xml rename to mail_wall_custom/data.xml diff --git a/models.py b/mail_wall_custom/models.py similarity index 100% rename from models.py rename to mail_wall_custom/models.py diff --git a/static/description/icon.png b/mail_wall_custom/static/description/icon.png similarity index 100% rename from static/description/icon.png rename to mail_wall_custom/static/description/icon.png diff --git a/views.xml b/mail_wall_custom/views.xml similarity index 100% rename from views.xml rename to mail_wall_custom/views.xml