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.

19 lines
511 B

  1. {
  2. 'name' : 'Mail relocation',
  3. 'version' : '1.0.1',
  4. 'author' : 'Ivan Yelizariev',
  5. 'category' : 'Social Network',
  6. 'website' : 'https://yelizariev.github.io',
  7. 'price': 9.00,
  8. 'currency': 'EUR',
  9. 'depends' : ['mail', 'web_polymorphic_field'],
  10. 'images': ['images/inbox.png'],
  11. 'data':[
  12. 'mail_move_message_views.xml',
  13. 'data/mail_move_message_data.xml',
  14. ],
  15. 'qweb': [
  16. 'static/src/xml/mail_move_message_main.xml',
  17. ],
  18. 'installable': True
  19. }