trytond-electronic_mail-old/__tryton__.py
2012-08-28 11:36:33 +02:00

24 lines
626 B
Python

# -*- coding: UTF-8 -*-
#This file is part electronic_mail module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
{
'name': 'Electronic Mail',
'description': '''Electronic mail storage''',
'version': '2.4.0.2',
'author': 'Openlabs Technologies & Consulting (P) LTD',
'email': 'info@openlabs.co.in',
'website': 'http://openlabs.co.in/',
'depends': [
'ir',
'res',
],
'xml': [
'electronic_mail.xml',
],
'translation': [
'locale/ca_ES.po',
'locale/es_ES.po',
],
}