__openerp__.py 386 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'CRM_Opportunity_tree',
  4. 'version': '1.1',
  5. 'category': 'CRM',
  6. 'sequence': 19,
  7. 'summary': '',
  8. 'description':'',
  9. 'author': 'Adrielso Kunert',
  10. 'website': '',
  11. 'depends': ['base','crm'],
  12. 'data': ['crm_opportunity_tree.xml'],
  13. 'installable': True,
  14. }
  15. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: