Commit Graph

9 Commits (16.0)

Author SHA1 Message Date
mymage 64164bed5e Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_widget_one2many_tree_line_duplicate
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_one2many_tree_line_duplicate/it/
2024-06-14 17:42:44 +00:00
mymage 3e2c33648d Added translation using Weblate (Italian) 2024-06-14 15:01:59 +00:00
oca-ci 1cea687d7f [UPD] Update web_widget_one2many_tree_line_duplicate.pot 2024-06-14 08:40:22 +00:00
Carlos Roca f239c3c5d3 [MIG] web_widget_one2many_tree_line_duplicate: Migration to 16.0 2024-06-13 14:32:20 +02:00
Carlos Roca 5229e9910b [IMP] web_widget_one2many_tree_line_duplicate: pre-commit stuff 2024-04-24 14:08:52 +02:00
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
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