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
19 lines
548 B
# coding: utf-8
|
|
# Copyright (C) 2018 DynApps <http://www.dynapps.be>
|
|
# @author Stefan Rijnhart <stefan@opener.amsterdam>
|
|
# 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,
|
|
}
|