From 8b862db01946eca806d70178b2f76fdb9ae22448 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Fri, 12 Jan 2018 16:20:56 +0100 Subject: [PATCH] [fix] mail_digest: manifest website --- mail_digest/__manifest__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail_digest/__manifest__.py b/mail_digest/__manifest__.py index 12c294b7..faa7bc10 100644 --- a/mail_digest/__manifest__.py +++ b/mail_digest/__manifest__.py @@ -8,6 +8,7 @@ 'version': '10.0.1.0.0', 'license': 'AGPL-3', 'author': 'Camptocamp,Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/social', 'depends': [ 'mail', ], @@ -21,4 +22,7 @@ 'views/user_views.xml', 'templates/digest_default.xml', ], + 'images': [ + 'static/description/preview.png', + ] }