Stock picking validation - window remains open

Bug #788079 reported by SG E-ndicus(Selvam)
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP Publisher's Warranty Team

Bug Description

I am using V6.0.2.

Once I press process now button in stock picking and it opens up a new window for validation.

After I click validate button, the window does not get closed.

Related branches

Revision history for this message
SG E-ndicus(Selvam) (e-ndicus) wrote :

It happens in web client.

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello,

I have checked your issue with latest stable and trunk both in web-client.
But all are working as expected.

So would you please provide proper steps or screen-shots on this.

I have attached a video for your reference So would you please check it and notify us where you faced the problem.

Thanks and waiting for your reply!

Revision history for this message
Amit Parik (amit-parik) wrote :
Amit Parik (amit-parik)
Changed in openobject-addons:
status: New → Incomplete
Revision history for this message
Sid (siddiqmomin) wrote :

Amit,

Your video seems to show the entries in DO and I/C shipments..plz try to do it from PO or SO

Thanks,

Sid

Revision history for this message
Sid (siddiqmomin) wrote :

Can you please let know what is the issue..? is it with add ons?

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Siddique,

Thanks for your reply.

I have faced the same problem in picking from SO in web client with web rev no 4661.

So I am confirming this issue in web-client.

For more reference I have attached a video.

Thanks.

affects: openobject-addons → openobject-client-web
Changed in openobject-client-web:
assignee: nobody → OpenERP R&D Web Team (openerp-dev-web)
importance: Undecided → Low
status: Incomplete → Confirmed
Revision history for this message
Serge (sboivin) wrote :

i get same problem in other confirmation screen, the problem is simple.

Look the wizard, when you click on confirm, wizard do joib and return a empty dict, he need to return

{'type': 'ir.actions.act_window_close'} <=== that will close the confirm screen and refresh his parent screen.

i have this bug in mrp.product.produce, when i click on produce.

i dont modify directly openerp code, so i have one module for all patch we do.

For this case i have that in my module.

class mrp_product_produce(osv.osv_memory):
    _inherit = 'mrp.product.produce'

    def do_produce(self, cr, uid, ids, context=None):
        result = super(mrp_product_produce, self).do_produce(cr, uid, ids, context)
        if not result:
            result = {'type': 'ir.actions.act_window_close'}
        return result

mrp_product_produce()

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Serge,

You are absolutely right, we had a similar fix http://bazaar.launchpad.net/~openerp/openobject-addons/6.0/revision/4504.

I let this be done on stable for such returns.

Thanks.

affects: openobject-client-web → openobject-addons
Changed in openobject-addons:
assignee: OpenERP R&D Web Team (openerp-dev-web) → OpenERP Publisher's Warranty Team (openerp-opw)
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Actual issue reported has already been fixed as per the comment #8.
The issue later reported by Serge has been fixed by revision 4706 <email address hidden>.
Thanks.

Changed in openobject-addons:
milestone: none → 6.0.3
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.