← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Thanks for this guys, if you can check my repo has some changes for POS.

regards,

-- 
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: Fix Released

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