odoo/addons/google_docs/__openerp__.py

20 lines
477 B
Python
Raw Normal View History

{
'name': 'Google Docs integration',
'version': '0.2',
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'category': 'Tools',
'data': [
'google_docs.xml'
],
'installable': True,
'auto_install': False,
'web': True,
'js': ['static/src/js/gdocs.js'],
'qweb' : [
"static/src/xml/gdocs.xml",
],
'depends': ['google_base_account'],
'description': 'Module to attach a google document to any model.'
}