Files
web/web_widget_one2many_tree_line_duplicate/__manifest__.py
david b0d1dd59b7 [FIX] web_widget_one2many_tree_line_duplicate: cloned record relations
On the cloned record we were unable to change the values of the
relational fields we we just had edited it. Here is solved adding a
pseudo onchange method that triggers the proper refreshed values as if
the record was made manually.

TT38191
2024-04-24 14:08:52 +02:00

16 lines
465 B
Python

# 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.2",
"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,
}