123456789101112131415 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'CRM_Opportunity_tree',
- 'version': '1.1',
- 'category': 'CRM',
- 'sequence': 19,
- 'summary': '',
- 'description':'',
- 'author': 'Adrielso Kunert',
- 'website': '',
- 'depends': ['base','crm'],
- 'data': ['crm_opportunity_tree.xml'],
- 'installable': True,
- }
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|