You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
498 B
18 lines
498 B
{
|
|
'name': 'Mail Template Language Specific Attachments',
|
|
'summary': 'Set language specific attachments on mail templates.',
|
|
'author': 'Onestein,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/oca/server-tools',
|
|
'category': 'Localization',
|
|
'version': '11.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'mail'
|
|
],
|
|
'data': [
|
|
'views/mail_template_view.xml',
|
|
|
|
'security/ir.model.access.csv'
|
|
],
|
|
'installable': True,
|
|
}
|