15 lines
316 B
Python
15 lines
316 B
Python
# -*- 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,
|
|
}
|