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

  1. # Copyright 2017 - 2018 Modoolar <info@modoolar.com>
  2. # Copyright 2018 Brainbean Apps
  3. # License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
  4. {
  5. "name": "Web Actions View Reload",
  6. "summary": "Enables reload of the current view via ActionManager",
  7. "category": "Web",
  8. "version": "12.0.1.0.0",
  9. "license": "LGPL-3",
  10. "author": "Modoolar, "
  11. "Brainbean Apps, "
  12. "Odoo Community Association (OCA)",
  13. "website": "https://github.com/OCA/web/",
  14. "depends": [
  15. "web"
  16. ],
  17. "data": [
  18. "views/web_ir_actions_act_view_reload.xml",
  19. ],
  20. "installable": True,
  21. }