After Completion of wizard operation(osv.osv_memory wizard) of particulate form it displays general Menu view instead of that related form.

Asked by yya (Axelor)

After Completion of wizard operation(osv.osv_memory wizard) of particulate form it displays general Menu view instead of that related form so how user can know for which record user have run the wizard?

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Web Client Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Raphaël Valyi - http://www.akretion.com (rvalyi) said :
#1

Hi,

I confirm this bug, it's visible also in the product_variant_configurator, would be great if you fix it indeed.

Revision history for this message
Raphaël Valyi - http://www.akretion.com (rvalyi) said :
#2

Just to be clear, in the GTK client on the contrary, after completion you are still in the record form context which is correct I think.

Revision history for this message
Amit Mendapara (cristatus) said :
#3

You should set `target="new"` attribute on the button that invokes osv.osv_memory wizards. Like...

<form string="My Form">
    ...
   <button name="..." target="new" .../>
    ...
</form>

Can you help with this problem?

Provide an answer of your own, or ask yya (Axelor) for more information if necessary.

To post a message you must log in.