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.

30 lines
1007 B

  1. # Copyright 2016 Ildar Nasyrov <https://it-projects.info/team/iledarn>
  2. # Copyright 2017 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
  3. # Copyright 2017 Lilia Salihova
  4. # Copyright 2016-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  5. # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
  6. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  7. {
  8. 'name': 'Mail Relocation',
  9. 'version': '11.0.1.0.6',
  10. 'author': 'IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko',
  11. 'license': 'LGPL-3',
  12. 'category': 'Discuss',
  13. 'images': ['images/m1.png'],
  14. "support": "apps@it-projects.info",
  15. 'website': 'https://twitter.com/yelizariev',
  16. 'price': 100.00,
  17. 'currency': 'EUR',
  18. 'depends': [
  19. 'mail_all',
  20. ],
  21. 'data': [
  22. 'mail_move_message_views.xml',
  23. 'data/mail_move_message_data.xml',
  24. ],
  25. 'qweb': [
  26. 'static/src/xml/mail_move_message_main.xml',
  27. ],
  28. 'installable': False,
  29. }