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