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.

20 lines
554 B

  1. # Copyright 2016-2017 LasLabs Inc.
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. 'name': 'Mail Outbound Static',
  5. 'summary': 'Allows you to configure the from header for a mail server.',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Discuss',
  8. 'website': 'https://laslabs.com/',
  9. 'author': 'LasLabs, Odoo Community Association (OCA)',
  10. 'license': 'LGPL-3',
  11. 'application': False,
  12. 'installable': True,
  13. 'depends': [
  14. 'base',
  15. ],
  16. 'data': [
  17. 'views/ir_mail_server_view.xml',
  18. ],
  19. }