bemade-addons/bemade_fetchmail_only_production/__manifest__.py

20 lines
480 B
Python

# -*- coding: utf-8 -*-
{
"name": "Fetchmail Only on production environment",
"version": "17.0.0.0.1",
"category": "Extra Tools",
'summary': 'Fetchmail Only on production environment',
"description": """
Fetchmail Only on production environment
""",
"author": "Bemade",
'website': 'https://www.bemade.org',
"depends": [
'mail',
],
"data": [
],
"auto_install": True,
"installable": True,
'license': 'OPL-1'
}