add mail_follower_option module

This commit is contained in:
Chafique
2019-09-26 12:11:09 +02:00
committed by Hpar
parent 6377f0984d
commit 31483abb99
7 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
{
'name': 'Mail Follower Option',
'version': '10.0.1.0.0',
'category': 'Base',
'license': 'AGPL-3',
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['mail'],
'data': [
'views/ir_model_view.xml',
],
'installable': True,
}