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

  1. # Copyright 2018 Eficent <http://www.eficent.com>
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Mail Activity Done",
  5. "version": "12.0.2.0.0",
  6. "author": "Eficent,"
  7. "Odoo Community Association (OCA)",
  8. "license": "LGPL-3",
  9. "category": "Discuss",
  10. "depends": [
  11. 'mail',
  12. ],
  13. "data": [
  14. 'views/templates.xml',
  15. 'views/mail_activity_views.xml',
  16. ],
  17. "pre_init_hook": "pre_init_hook",
  18. "post_load": "post_load_hook",
  19. 'uninstall_hook': 'uninstall_hook',
  20. }