7
by JoshuaJan
Add two Report |
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:
|