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

  1. # coding: utf-8
  2. # Copyright (C) 2018 DynApps <http://www.dynapps.be>
  3. # @author Stefan Rijnhart <stefan@opener.amsterdam>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Show confirmation dialogue before copying records",
  7. "version": "8.0.1.0.0",
  8. "author": "Dynapps,Odoo Community Association (OCA)",
  9. "website": "https://github.com/OCA/web",
  10. "license": "AGPL-3",
  11. "category": "Tools",
  12. "depends": [
  13. 'web',
  14. ],
  15. "data": [
  16. "views/assets.xml",
  17. ],
  18. "installable": True,
  19. }