mirror of https://github.com/OCA/web.git
21 lines
641 B
Python
21 lines
641 B
Python
# Copyright 2019 Onestein
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Tree View Duplicate Records",
|
|
"summary": "Duplicate records directly from the tree view.",
|
|
"development_status": "Beta",
|
|
"category": "Extra Tools",
|
|
"version": "16.0.1.0.1",
|
|
"author": "Hunki Enterprises BV, Onestein, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/web",
|
|
"depends": ["web"],
|
|
"maintainers": ["tarteo"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_tree_duplicate/static/src/web_tree_duplicate.esm.js",
|
|
],
|
|
},
|
|
}
|