← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 666592] Re: save and close crash adding product in point of sale

 

Hello Cristian,

Would you please apply the attached patch and notify us.

Hope this will help you.

Thanks for pointing out.


** Patch added: "POS_add_product_diff.patch"
   https://bugs.edge.launchpad.net/openobject-addons/+bug/666592/+attachment/1711430/+files/POS_add_product_diff.patch

-- 
save and close crash adding product in point of sale
https://bugs.launchpad.net/bugs/666592
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Confirmed

Bug description:
Hello, i am testing POS module, i added the pos_add_product wizard as button in POS Orden view, then follow this steps:

1 Click on Add Product
2 Select product (change qty)
3 Click on 'Save & Close' button

I get this error: http://openerp.pastebin.com/T1xZSMgw
This button call close_action, i really dont understand what code wants to do there, 'Save $ Close' tells the user add the pos line  what you select and close this wizard, maybe launch the payment wizard, but never is added the pos line.
Its necessary use add_product method from pos.order, i added a simple patch but this dont update the view with new product added.

Regards,





References