Created on 2021-02-03.07:54:00 by manish, last changed 1 week ago by ced.
File name | Uploaded | Type | Details |
---|---|---|---|
before_saving.png | manish, 2021-02-03.07:53:59 | image/png | view |
I think it is linked to issue8482. Could you confirm that versions having this change are no more affected?
sao version 5.0.35
and I can test it on trunk.
It will be good to have the exact version number and if you can test on trunk.
version 5.0 of sao is in use
Which versions of sao has been tested?
While using on_change_with, the one2many is not updating automatically.
It is getting updated after saving.
@fields.depends(
'test',
)
def on_change_with_critearea(self):
vals = []
if self.test:
for test_critearea in self.test.critearea:
vals.append({
'name': test_critearea.name,
'lower_limit': test_critearea.lower_limit,
'upper_limit': test_critearea.upper_limit,
})
return vals
The one2many should update after selecting the test type (in screenshot attached).
Only blank spaces are showing.
Note- The same is working fine in gtk-client.
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-04-07 23:42:15 | ced | set | messages:
+ msg66164 status: chatting -> testing |
2021-02-24 14:42:21 | ced | set | messages: - msg64411 |
2021-02-24 14:42:17 | ced | set | messages: - msg64812 |
2021-02-24 11:51:42 | manish | set | messages: + msg64812 |
2021-02-09 07:15:58 | manish | set | messages: + msg64411 |
2021-02-03 15:40:39 | manish | set | messages: + msg64260 |
2021-02-03 13:03:58 | ced | set | messages: + msg64255 |
2021-02-03 11:09:15 | manish | set | messages: + msg64249 |
2021-02-03 10:48:10 | ced | set | component:
+ sao messages: + msg64248 nosy: + ced priority: urgent -> bug status: unread -> chatting |
2021-02-03 07:54:00 | manish | create |