~openerp-chinese-team/openerp-china/openerp-china

« back to all changes in this revision

Viewing changes to shineit_mm/shineit_mm/__openerp__.py

  • Committer: JoshuaJan
  • Date: 2012-02-21 03:21:40 UTC
  • Revision ID: joshua@openerp.cn-20120221032140-4wwk95ftpf9x24ec
change the shipped date for report MM

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding:utf-8 -*-
 
2
 
 
3
{
 
4
    'name': 'MM report',
 
5
    'version': '0.1',
 
6
    'category': 'Report',
 
7
    'description': """
 
8
    
 
9
    """,
 
10
    'author': 'shineIT',
 
11
    'website': 'http://www.openerp.cn',
 
12
    'depends': ['base','account'],
 
13
    'init_xml': [],
 
14
    'update_xml': [
 
15
        'mm_report.xml',
 
16
        'wizard/wizard_mm_report_view.xml'
 
17
    ],
 
18
    'demo_xml': [],
 
19
    'test':[],
 
20
    'installable': True,
 
21
}
 
22
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: