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.

21 lines
589 B

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