mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_one2many_tree_line_duplicate
This commit is contained in:
committed by
ThiagoMForgeFlow
parent
dac33645f2
commit
045983ba39
15
web_widget_one2many_tree_line_duplicate/__manifest__.py
Normal file
15
web_widget_one2many_tree_line_duplicate/__manifest__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2021 Tecnativa - Alexandre Díaz
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||
|
||||
{
|
||||
"name": "Web Widget One2many Tree Line Duplicate",
|
||||
"category": "web",
|
||||
"version": "13.0.1.0.0",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": ["view/assets.xml"],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user