From 070ba321f3cc96f9ed3d6cc6af8f0aa0ccbea726 Mon Sep 17 00:00:00 2001 From: Ildar Nasyrov Date: Sun, 27 Mar 2016 16:28:40 +0500 Subject: [PATCH] [MOV] module -- mail_sent --- README.rst => mail_sent/README.rst | 0 __init__.py => mail_sent/__init__.py | 0 __openerp__.py => mail_sent/__openerp__.py | 0 {doc => mail_sent/doc}/changelog.rst | 0 {i18n => mail_sent/i18n}/mail_sent.pot | 0 {i18n => mail_sent/i18n}/sl.po | 0 models.py => mail_sent/models.py | 0 {static => mail_sent/static}/description/icon.png | Bin {static => mail_sent/static}/description/index.html | 0 {static => mail_sent/static}/description/menu.png | Bin .../static}/description/messages.png | Bin views.xml => mail_sent/views.xml | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename README.rst => mail_sent/README.rst (100%) rename __init__.py => mail_sent/__init__.py (100%) rename __openerp__.py => mail_sent/__openerp__.py (100%) rename {doc => mail_sent/doc}/changelog.rst (100%) rename {i18n => mail_sent/i18n}/mail_sent.pot (100%) rename {i18n => mail_sent/i18n}/sl.po (100%) rename models.py => mail_sent/models.py (100%) rename {static => mail_sent/static}/description/icon.png (100%) rename {static => mail_sent/static}/description/index.html (100%) rename {static => mail_sent/static}/description/menu.png (100%) rename {static => mail_sent/static}/description/messages.png (100%) rename views.xml => mail_sent/views.xml (100%) diff --git a/README.rst b/mail_sent/README.rst similarity index 100% rename from README.rst rename to mail_sent/README.rst diff --git a/__init__.py b/mail_sent/__init__.py similarity index 100% rename from __init__.py rename to mail_sent/__init__.py diff --git a/__openerp__.py b/mail_sent/__openerp__.py similarity index 100% rename from __openerp__.py rename to mail_sent/__openerp__.py diff --git a/doc/changelog.rst b/mail_sent/doc/changelog.rst similarity index 100% rename from doc/changelog.rst rename to mail_sent/doc/changelog.rst diff --git a/i18n/mail_sent.pot b/mail_sent/i18n/mail_sent.pot similarity index 100% rename from i18n/mail_sent.pot rename to mail_sent/i18n/mail_sent.pot diff --git a/i18n/sl.po b/mail_sent/i18n/sl.po similarity index 100% rename from i18n/sl.po rename to mail_sent/i18n/sl.po diff --git a/models.py b/mail_sent/models.py similarity index 100% rename from models.py rename to mail_sent/models.py diff --git a/static/description/icon.png b/mail_sent/static/description/icon.png similarity index 100% rename from static/description/icon.png rename to mail_sent/static/description/icon.png diff --git a/static/description/index.html b/mail_sent/static/description/index.html similarity index 100% rename from static/description/index.html rename to mail_sent/static/description/index.html diff --git a/static/description/menu.png b/mail_sent/static/description/menu.png similarity index 100% rename from static/description/menu.png rename to mail_sent/static/description/menu.png diff --git a/static/description/messages.png b/mail_sent/static/description/messages.png similarity index 100% rename from static/description/messages.png rename to mail_sent/static/description/messages.png diff --git a/views.xml b/mail_sent/views.xml similarity index 100% rename from views.xml rename to mail_sent/views.xml