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.

15 lines
368 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "Auto Refresh",
  4. "version": "10.0.1.0.0",
  5. "author": "Fisher Yu, Odoo Community Association (OCA)",
  6. "category": "Web",
  7. "website": "https://github.com/OCA/web",
  8. "depends": ["web","bus", "mail"],
  9. "data": [
  10. "views/web_auto_refresh.xml",
  11. ],
  12. "qweb": [
  13. ],
  14. "installable": True
  15. }