From d1d1371860027fa4de1744351c7644af32453acf Mon Sep 17 00:00:00 2001 From: Saurang Suthar Date: Mon, 26 Nov 2012 19:36:17 +0530 Subject: [PATCH] [IMP]fetchmail:made module auto_install=True and add action button to open incoming email gateway bzr revid: ssu@tinyerp.com-20121126140617-wwv9rrogxodrb8to --- addons/fetchmail/__openerp__.py | 2 +- addons/fetchmail/fetchmail_view.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/addons/fetchmail/__openerp__.py b/addons/fetchmail/__openerp__.py index 8d46bcb225c..84a26d5ec40 100644 --- a/addons/fetchmail/__openerp__.py +++ b/addons/fetchmail/__openerp__.py @@ -63,7 +63,7 @@ For more specific needs, you may also assign custom-defined actions ], 'demo': [], 'installable': True, - 'auto_install': False, + 'auto_install': True, 'images': ['images/1_email_servers.jpeg'], } diff --git a/addons/fetchmail/fetchmail_view.xml b/addons/fetchmail/fetchmail_view.xml index 66c7e5a7f5c..079312c11fe 100644 --- a/addons/fetchmail/fetchmail_view.xml +++ b/addons/fetchmail/fetchmail_view.xml @@ -93,6 +93,20 @@ + + + General Settings + base.config.settings + + +
+
+
+
+