Created on 2022-02-03.17:04:49 by udono, last changed 4 days ago by reviewbot.
Here a patch. Sao doesn't have the issue since it selects the line before allowing to click on it which is its standard behaviour also for editable list IIRC.
sale_ammendment
moduleAdd user to sale ammendment group
Create ammendment for a sale line, press 'Validate', to make ammendmends tab on sale visible
ERROR:tryton.common.common: File "6.2/tryton/tryton/gui/window/view_form/view/list_gtk/widget.py", line 1305, in button_clicked
self.view.screen.button(self.attrs)
File "6.2/tryton/tryton/gui/window/view_form/screen/screen.py", line 1195, in button
if not self.current_record.save(force_reload=False):
AttributeError: 'NoneType' object has no attribute 'save'
N.B. The windows gtk client in version 5.8 fails even harder: it is killed without any message.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-05-19 16:45:42 | reviewbot | set | messages:
+ msg76718 nosy: + reviewbot |
2022-05-19 16:36:46 | nicoe | set | keyword:
+ review messages: + msg76717 reviews: 433141003 status: in-progress -> testing |
2022-05-19 15:38:39 | nicoe | set | assignedto: nicoe component: + tryton, - sale_amendment nosy: + nicoe status: unread -> in-progress |
2022-02-03 17:06:35 | udono | set | component: + sale_amendment |
2022-02-03 17:04:49 | udono | create |
Showing 10 items. Show all history (warning: this could be VERY long)