Created on 2021-12-31.14:07:19 by ced, last changed 4 months ago by roundup-bot.
New changeset 52cd98a3691a by Cédric Krier in branch 'default': Add RPC view_get method to View https://hg.tryton.org/tryton-env/rev/52cd98a3691a
New changeset ce1e97be71de by Cédric Krier in branch 'default': Add RPC view_get method to View https://hg.tryton.org/trytond/rev/ce1e97be71de
New changeset ec9dd80cc0e5 by Cédric Krier in branch 'default': Add RPC view_get method to View https://hg.tryton.org/tryton/rev/ec9dd80cc0e5
New changeset f93ba8359b28 by Cédric Krier in branch 'default': Add RPC view_get method to View https://hg.tryton.org/sao/rev/f93ba8359b28
The clients are reading directly the arch
of the view id but this prevent to use the inherit mechanism of the view.
As there is no model for board view, we must add a method on ir.ui.view
to retrieve the view modified by the inherits.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-01-23 13:33:40 | roundup-bot | set | messages: + msg73482 |
2022-01-23 13:33:34 | roundup-bot | set | messages: + msg73480 |
2022-01-23 13:33:27 | roundup-bot | set | messages: + msg73478 |
2022-01-23 13:33:21 | roundup-bot | set | messages:
+ msg73476 nosy: + roundup-bot status: testing -> resolved |
2021-12-31 16:45:40 | reviewbot | set | messages: + msg73037 |
2021-12-31 14:12:10 | reviewbot | set | messages:
+ msg73031 nosy: + reviewbot |
2021-12-31 14:11:32 | ced | link | issue11038 superseder |
2021-12-31 14:10:40 | ced | set | keyword:
+ review reviews: 389601002 status: in-progress -> testing |
2021-12-31 14:07:19 | ced | create |