details: https://code.tryton.org/tryton/commit/1c5e18f30156
branch: default
user: Cédric Krier <[email protected]>
date: Thu Dec 18 23:36:13 2025 +0100
description:
Fix typo when passing attribute from list widget to populate contextual
menu
The typo was introduced in 2931c0e0ae5c
Closes #14428
diffstat:
tryton/tryton/gui/window/view_form/view/list.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 25509d5268ef -r 1c5e18f30156
tryton/tryton/gui/window/view_form/view/list.py
--- a/tryton/tryton/gui/window/view_form/view/list.py Thu Dec 18 13:31:22
2025 +0100
+++ b/tryton/tryton/gui/window/view_form/view/list.py Thu Dec 18 23:36:13
2025 +0100
@@ -1072,7 +1072,7 @@
col_widget = self.widgets[col.name][current_col[col.name]]
populate(
menu, model, record_id, title=label,
- attributes=col_widget.attributes, context=context)
+ attributes=col_widget.attrs, context=context)
if selection.count_selected_rows() == 1:
group = self.group