diff --git a/mail_recovery/README.rst b/mail_recovery/README.rst index 337b2e7..1cd5ee0 100644 --- a/mail_recovery/README.rst +++ b/mail_recovery/README.rst @@ -2,7 +2,12 @@ Mail Recovery =============== -Save and recover message from localStorage if it was not sent +Backup and recover unsent message. It works via localStorage. + +TODO +==== + +* add support for *full mail composer* Credits ======= @@ -18,10 +23,12 @@ Sponsors Further information =================== +Demo: http://runbot.it-projects.info/demo/mail-addons/8.0 + HTML Description: https://apps.odoo.com/apps/modules/8.0/mail_recovery/ -.. Usage instructions: ``_ +Usage instructions: ``_ -.. Changelog: ``_ +Changelog: ``_ -Tested on Odoo 8.0 2ff993ff8cff94bdc568f8579000f2f10b32c810 +Tested on Odoo 8.0 17a130428516d9dd8105f90e8c9a65a0b4e8901b diff --git a/mail_recovery/__openerp__.py b/mail_recovery/__openerp__.py index 58154be..57728ff 100644 --- a/mail_recovery/__openerp__.py +++ b/mail_recovery/__openerp__.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- { 'name': "Mail recovery", + 'summary': """Backup and recover unsent message""", 'author': "IT-Projects LLC, Ildar Nasyrov", 'license': 'GPL-3', + "price": 190.00, + "currency": "EUR", 'website': "https://twitter.com/nasyrov_ildar", - 'category': 'Uncategorized', + 'category': 'Discuss', 'version': '1.0.0', 'depends': ['mail'], 'data': [ diff --git a/mail_recovery/doc/changelog.rst b/mail_recovery/doc/changelog.rst new file mode 100644 index 0000000..e2b0277 --- /dev/null +++ b/mail_recovery/doc/changelog.rst @@ -0,0 +1,7 @@ +Changelog +========= + +`1.0.0` +------- + +- Init version diff --git a/mail_recovery/doc/index.rst b/mail_recovery/doc/index.rst new file mode 100644 index 0000000..41d7ad7 --- /dev/null +++ b/mail_recovery/doc/index.rst @@ -0,0 +1,11 @@ +=============== + Mail recovery +=============== + +Usage +===== + +* Start typing new message +* Force close browser window or tab +* Click on message input +* The message is recovered diff --git a/mail_recovery/static/description/black.png b/mail_recovery/static/description/black.png new file mode 100644 index 0000000..2d0decd Binary files /dev/null and b/mail_recovery/static/description/black.png differ diff --git a/mail_recovery/static/description/continue.png b/mail_recovery/static/description/continue.png new file mode 100644 index 0000000..048e0b6 Binary files /dev/null and b/mail_recovery/static/description/continue.png differ diff --git a/mail_recovery/static/description/icon.png b/mail_recovery/static/description/icon.png new file mode 100644 index 0000000..79f7d8f Binary files /dev/null and b/mail_recovery/static/description/icon.png differ diff --git a/mail_recovery/static/description/index.html b/mail_recovery/static/description/index.html new file mode 100644 index 0000000..67af3ff --- /dev/null +++ b/mail_recovery/static/description/index.html @@ -0,0 +1,80 @@ +
+
+
+

Mail recovery

+

Backup and recover unsent message

+
+
+
+ +
+
+
+

+ Imagine that you are typing a message to someone. Probably a big message. +

+
+
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+

+ And then something wrong happens. You close browser, electricity is turned off or whatever. +

+
+
+
+ +
+
+
+

+ Don't worry! Open browser again and click Reply icon. +

+
+ +
+
+ +
+
+ +
+

+ You can finish your message from point where it was interrupted. +

+
+
+
+ +
+
+
+
+ +
+
+
+

Need our service?

+

Contact us by email or fill out request form

+ +
+
+
diff --git a/mail_recovery/static/description/reopen.png b/mail_recovery/static/description/reopen.png new file mode 100644 index 0000000..c41ec27 Binary files /dev/null and b/mail_recovery/static/description/reopen.png differ diff --git a/mail_recovery/static/description/typing.png b/mail_recovery/static/description/typing.png new file mode 100644 index 0000000..cdb7330 Binary files /dev/null and b/mail_recovery/static/description/typing.png differ