-
- Downloads
[FIX] web: orm: protect nameGet
The values for the key "async" found in some services is used to declare
async methods that should be "protected". The hook "useService" makes sure
that no code used to process results of those protected methods is
executed by a destroyed component. The orm method "nameGet" was
not protected due to a "typo".
closes odoo/odoo#125627
Signed-off-by:
Géry Debongnie <ged@odoo.com>
Please register or sign in to comment