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.

18 lines
734 B

  1. # Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Server Actions - Navigate",
  6. "version": "14.0.1.0.0",
  7. "author": "GRAP, Odoo Community Association (OCA)",
  8. "summary": "Navigate between any items of any Odoo Models",
  9. "category": "Tools",
  10. "website": "https://github.com/OCA/server-backend",
  11. "license": "AGPL-3",
  12. "depends": ["base"],
  13. "maintainers": ["legalsylvain", "ashishhirpara"],
  14. "data": ["security/ir.model.access.csv", "views/view_ir_actions_server.xml"],
  15. "demo": ["demo/ir_actions_server.xml"],
  16. "uninstall_hook": "uninstall_hook",
  17. }