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', + ] }