Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
web_copy_confirm/__manifest__.py
Executable file
23
web_copy_confirm/__manifest__.py
Executable file
@@ -0,0 +1,23 @@
|
||||
# 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": "18.0.1.0.0",
|
||||
"author": "Dynapps,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"license": "AGPL-3",
|
||||
"category": "Tools",
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_copy_confirm/static/src/js/web_copy_confirm.esm.js",
|
||||
],
|
||||
"web.assets_unit_tests": [
|
||||
"web_copy_confirm/static/tests/**/*",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user