Skip to content
Snippets Groups Projects
Commit 37462d8a authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] sale_product_configurator: display multiple dialogs


Create a new quotation, add a row with product Customizable desk.
The product configurator dialog opens. Click on 'Add'. A second
dialog opens (to select optional products).

Before this commit, the second dialog was displayed behind the
first one.

This bug is present since the introduction of Owl dialogs
(34bbdd88). It is due to an override of the 'open' function that
doesn't call _super (and thus, doesn't go through the code that
makes the last opened dialog active).

closes odoo/odoo#43424

Signed-off-by: default avatarGéry Debongnie (ged) <ged@openerp.com>
parent 7ab364b6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment