diff --git a/mail_attachment_popup/__manifest__.py b/mail_attachment_popup/__manifest__.py deleted file mode 100644 index 156363a..0000000 --- a/mail_attachment_popup/__manifest__.py +++ /dev/null @@ -1,29 +0,0 @@ -# -*- coding: utf-8 -*- -{ - "name": """Popup Attachments""", - "summary": """Open attached mail images in popup""", - "category": "Extra Tools", - "version": "1.0.0", - "images": ['images/popup_image.png'], - - "author": "IT-Projects LLC, Dinar Gabbasov", - "support": "apps@it-projects.info", - 'website': "https://twitter.com/gabbasov_dinar", - "license": "GPL-3", - "price": "50.0", - "currency": "EUR", - - "depends": [ - "mail", - ], - "external_dependencies": {"python": [], "bin": []}, - "data": [ - "views/mail_attachment_popup_template.xml", - ], - "qweb": [ - "static/src/xml/mail_attachment_popup.xml", - ], - - "installable": True, - 'auto_install': False, -} diff --git a/mail_attachment_popup/i18n/es.po b/mail_attachment_popup/i18n/es.po deleted file mode 100644 index 9efad1b..0000000 --- a/mail_attachment_popup/i18n/es.po +++ /dev/null @@ -1,26 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * mail_attachment_popup -# -# Translators: -# Randall Castro , 2018 -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-19 16:49+0000\n" -"PO-Revision-Date: 2017-12-19 16:49+0000\n" -"Last-Translator: Randall Castro , 2018\n" -"Language-Team: Spanish (https://www.transifex.com/it-projects-llc/teams/76080/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. module: mail_attachment_popup -#. openerp-web -#: code:addons/mail_attachment_popup/static/src/xml/mail_attachment_popup.xml:17 -#, python-format -msgid "Download" -msgstr "Descargar"