__openerp__.py 383 B

12345678910111213141516171819
  1. # -*- coding:utf-8 -*-
  2. {
  3. 'name':'Email Template Design',
  4. 'author':'Deisy Samudio',
  5. 'description':'*Design for eiru email budget template \n *Add email button on res_partner',
  6. 'data':[
  7. 'views/email_template_view.xml',
  8. 'views/res_partner_view.xml',
  9. ],
  10. 'depends':[
  11. 'base',
  12. 'mail',
  13. 'sale'],
  14. 'application':True,
  15. "images": [
  16. "static/description/icon.png",
  17. ],
  18. }