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
626 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Mail relocation',
  4. 'version': '1.0.5',
  5. 'author': 'IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko',
  6. 'license': 'LGPL-3',
  7. 'category': 'Discuss',
  8. 'images': ['images/m1.png'],
  9. "support": "apps@it-projects.info",
  10. 'website': 'https://twitter.com/yelizariev',
  11. 'price': 100.00,
  12. 'currency': 'EUR',
  13. 'depends': ['mail_all', 'web_polymorphic_field'],
  14. 'data': [
  15. 'mail_move_message_views.xml',
  16. 'data/mail_move_message_data.xml',
  17. ],
  18. 'qweb': [
  19. 'static/src/xml/mail_move_message_main.xml',
  20. ],
  21. 'installable': True,
  22. }