[MIG] mail_outbound_static: Migration to 13.0

This commit is contained in:
Frédéric Garbely 2020-06-30 15:46:25 +02:00 committed by Maksym Yankin
parent 76cbadbb06
commit 29dad4da0f
2 changed files with 3 additions and 2 deletions

View File

@ -4,10 +4,10 @@
{
'name': 'Mail Outbound Static',
'summary': 'Allows you to configure the from header for a mail server.',
'version': '12.0.1.0.0',
'version': '13.0.1.0.0',
'category': 'Discuss',
'website': 'https://github.com/OCA/social',
'author': 'LasLabs, Odoo Community Association (OCA)',
'author': 'brain-tec AG, LasLabs, Odoo Community Association (OCA)',
'license': 'LGPL-3',
'application': False,
'installable': True,

View File

@ -1,2 +1,3 @@
* Frédéric Garbely <frederic.garbely@braintec-group.com>
* Dave Lasley <dave@laslabs.com>
* Lorenzo Battistini <https://github.com/eLBati>