[IMP] Add structure of the 'report' module

bzr revid: openerp-sle@openerp-sle.home-20140212172214-r0n8wzngr1hkp8q0
This commit is contained in:
openerp-sle 2014-02-12 18:22:14 +01:00
parent 0bbf709f5c
commit 71be2de1ef
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import controllers
import models

View File

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

View File