diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..be84723 --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +Adds "Sent" box. It's the same as archive but filtered by Author. + +Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d + +Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/19/sentbox.html diff --git a/__openerp__.py b/__openerp__.py index 97bc940..ca57b5c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -4,13 +4,6 @@ 'author' : 'Ivan Yelizariev', 'category' : 'Sale', 'website' : 'https://yelizariev.github.io', - 'description': """ -Adds "Sent" box. It's the same as archive but filtered by Author. - -Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d - -Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/19/sentbox.html - """, 'depends' : ['mail'], 'data':[ 'views.xml',