Skip to content

Commit

Permalink
[IMP] - the description of the module was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuvatel committed Mar 6, 2015
1 parent d8b8c8a commit d0f438e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions email_confirmation/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
{
"name": 'Email confirmation',
"version": '1.0',
"description": """ This module give the possibility to edit
several record of a table. """,
"description": """
This module give the possibility to confirm mail before send it.
It avoids sending unnecessary mails before being checked and confirmed.
""",
"author": 'Julius Network Solutions',
"website": 'http://www.julius.fr/',
"depends": [
Expand Down
2 changes: 1 addition & 1 deletion email_confirmation/email_confirmation_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<field name="model">mail.message</field>
<field name="inherit_id" ref="mail.view_message_search"/>
<field name="arch" type="xml">
<filter name="emails" position="after">
<filter name="attachments" position="after">
<filter string="Waiting Emails" name="waiting" domain="[('type', '=', 'waiting')]"/>
</filter>
</field>
Expand Down

0 comments on commit d0f438e

Please sign in to comment.