# coding: utf-8 # Copyright (C) 2018 DynApps # @author Stefan Rijnhart # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Show confirmation dialogue before copying records", "version": "8.0.1.0.0", "author": "Dynapps,Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "license": "AGPL-3", "category": "Tools", "depends": [ 'web', ], "data": [ "views/assets.xml", ], "installable": True, }