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.
 
 
 
 

22 lines
660 B

# Copyright 2019 Thore Baden
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': "Mail Attach Existing Attachment (Account)",
'summary': "Module to use attach existing attachment for account module",
'author': "Thore Baden, "
"Odoo Community Association (OCA)",
'website': "https://github.com/OCA/social",
'category': 'Social Network',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'depends': [
'account',
'mail_attach_existing_attachment',
],
'data': [
'wizard/account_invoice_send_view.xml',
],
'installable': True,
'auto_install': True,
}