odoo/addons/report/__openerp__.py

15 lines
242 B
Python
Raw Normal View History

{
'name': 'Report',
'category': 'Website',
'summary': 'Report',
'version': '1.0',
'description': """
Report
""",
'author': 'OpenERP SA',
'depends': ['base'],
'data': [
],
'installable': True,
}