diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..7be4736 --- /dev/null +++ b/README.rst @@ -0,0 +1,6 @@ +Fix "False" in empty email body +=============================== + +Description: https://apps.odoo.com/apps/modules/8.0/mail_fix_empty_body/ + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d diff --git a/__openerp__.py b/__openerp__.py index 8391484..4449b70 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,13 +1,11 @@ { - 'name' : 'Fix "False" in empty email', + 'name' : 'Fix "False" in empty email body', 'version' : '1.0.0', 'author' : 'Ivan Yelizariev', - 'category' : 'Sale', + 'category': 'Social Network', 'website' : 'https://yelizariev.github.io', - 'description': """ - -Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d - """, + 'price': 9.00, + 'currency': 'EUR', 'depends' : ['mail'], 'data':[ ], diff --git a/static/description/index.html b/static/description/index.html new file mode 100644 index 0000000..3f7b358 --- /dev/null +++ b/static/description/index.html @@ -0,0 +1,67 @@ +
+
+
+

Fix "False" in empty email body

+

Feel free to send emails without body

+
+ +
+

+ Some time you need to send email with empty body.
E.g. to send some file to partner. +

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

+ There is a bug in odoo -- it sends "False" if email body if empty. +

+
+
+
+ + +
+
+
+

+ This module just fix the issue. +

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

News & updates

+

+ To get information about new interesting modules and updates, subscribe to our website RSS or follow @yelizariev on twitter. +

+ +
+
+
diff --git a/static/description/receive-false.png b/static/description/receive-false.png new file mode 100644 index 0000000..be440c0 Binary files /dev/null and b/static/description/receive-false.png differ diff --git a/static/description/receive-ok.png b/static/description/receive-ok.png new file mode 100644 index 0000000..845424f Binary files /dev/null and b/static/description/receive-ok.png differ diff --git a/static/description/send.png b/static/description/send.png new file mode 100644 index 0000000..92cafa4 Binary files /dev/null and b/static/description/send.png differ