~vauxoo/addons-vauxoo/7.0-addons-vauxoo-email_template_followers-dev-julio

« back to all changes in this revision

Viewing changes to fetchmail_document/__openerp__.py

  • Committer: nhomar at vauxoo
  • Date: 2011-07-26 21:53:45 UTC
  • mfrom: (12.1.5 m321)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: nhomar@vauxoo.com-20110726215345-qz6na6d5kxja15xx
[ADD] uncommited changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
{
 
3
    "name" : "Fetchmail Corrections",
 
4
    "version" : "0.1",
 
5
    "depends" : ["fetchmail","document",],
 
6
    "author" : "Vauxoo",
 
7
    "description" : """
 
8
    This module correct some behaviours on Document and Fetchmail modules combinated.
 
9
                    """,
 
10
    "website" : "http://vauxoo.com",
 
11
    "category" : "Tools",
 
12
    "init_xml" : [
 
13
    ],
 
14
    "demo_xml" : [
 
15
    ],
 
16
    "update_xml" : [
 
17
    ],
 
18
    "active": False,
 
19
    "installable": True,
 
20
}