@ -1 +0,0 @@
# -*- coding: utf-8 -*-
@ -1,4 +1,3 @@
{
"name": "Show all messages",
"summary": """Checkout all messages where you have access""",
@ -1,3 +1,2 @@
from . import test_js
import odoo.tests
"name": "Mail archives",
"summary": """Adds menu to find old messages""",
from . import models
from . import controllers
"name": "Mail Base",
"summary": """Makes Mail extendable""",
from openerp.http import request
from openerp.addons.bus.controllers.main import BusController
from openerp import api, models
from . import test_default
@ -1,2 +1 @@
'name': 'Check mail immediately',
'version': '1.0.1',
import datetime
from openerp.tools.translate import _
from . import mail_fix_553
"name": "Fix mail error 553",
"version": "0.3",
import base64
import logging
from . import mail_move_message_models
'name': 'Mail relocation',
'version': '1.0.5',
from . import main
from odoo.addons.web.controllers.main import DataSet
from odoo.tools.translate import _
from odoo import http
from openerp import api
from openerp import fields
from openerp import models
"name": """Internal Messaging""",
"summary": """Send private messages to specified recipients, regardless of who are in followers list.""",
from odoo import models, fields, api
'name': "Mail Recovery",
'summary': """Backup and recover unsent message""",
"name": """Always show reply button""",
"summary": """Got a message out of a Record? Now you can reply to it too!""",
"name": "Sentbox",
"summary": """Quick way to find sent messages""",
from odoo import api, models, fields
"name": """Show message recipients""",
"summary": """Allows you be sure, that all discussion participants were notified""",
'name': "Mailgun",
'author': "IT-Projects LLC, Ildar Nasyrov",
from odoo.http import request
import re
import requests
import simplejson
'name': "Aggregate messages from company's contacts",
'version': '1.0.0',
"name": """Partner mails count""",
"summary": """Displays amount of incoming and outgoing partner mails.""",
from openerp import models, fields, api
from . import test_mail
# from . import test_phantom
from openerp.tests.common import TransactionCase