Commit Graph

3 Commits

Author SHA1 Message Date
david
65d984f538 [FIX] web_widget_one2many_tree_line_duplicate: clone wisely
- When we clone a line, we can be interested in preloading those fields
availiable in other field views available. Otherwise, we could be unable
to get the proper states in the cloned line.
- When we load the cloned field values from the rpc method, we must
discard those fields not available in the views or some subproccess
could try to get their state causing errors.

TT38191
2024-04-24 14:08:51 +02:00
Alexandre D. Díaz
0aee6f5f41 [IMP] web_widget_one2many_tree_line_duplicate: Clone all fields 2024-04-24 14:08:51 +02:00
Alexandre D. Díaz
14165f3277 [ADD] web_widget_one2many_tree_line_duplicate 2024-04-24 14:08:51 +02:00