__openerp__.py 417 B

12345678910111213141516171819202122
  1. # -*- coding:utf-8 -*-
  2. {
  3. 'name':'Eiru CRM',
  4. 'author':'Deisy',
  5. 'data':[
  6. 'views/crm_task_view.xml',
  7. 'views/eiru_crm_view.xml',
  8. 'views/crm_stage_view.xml',
  9. 'views/partner_view.xml',
  10. 'views/menus_view.xml',
  11. 'views/task_type_view.xml',
  12. 'views/assets_view.xml'],
  13. 'depends':[
  14. 'crm',
  15. 'base',
  16. 'web_widget_color'],
  17. 'application':True,
  18. "images": [
  19. "static/description/icon.png",
  20. ],
  21. }