12345678910111213141516171819 |
- # -*- coding:utf-8 -*-
- {
- 'name':'Email Template Design',
- 'author':'Deisy Samudio',
- 'description':'*Design for eiru email budget template \n *Add email button on res_partner',
- 'data':[
- 'views/email_template_view.xml',
- 'views/res_partner_view.xml',
- ],
- 'depends':[
- 'base',
- 'mail',
- 'sale'],
- 'application':True,
- "images": [
- "static/description/icon.png",
- ],
- }
|