bemade-addons/bemade_fetchmail_only_production/__manifest__.py
2025-05-29 21:35:47 -04:00

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'
}