c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30412
[Bug 824991] [NEW] [5.0 - POS] stock move lines coming from point of sale do not have correct content
Public bug reported:
Stock move lines that are coming from point_of_sale module do not have
the right description. That causes a blocking situation when customer
returns a product.
server 5.0.16 addons 2911
steps to reproduce :
- make a pos order with at least 5 products
- the customer is supposed to get one of the products back but the company do want to make a credit note and does not want to get the money back to the customer...
- go to "stock management/outgoing products", select the outgoing picking and click on "return packing" wizard
- the different names on the "return packing" wizard show the same description : stock move (POS id). It is impossible to choose the product that is returned.
correct behaviour :
- when returning the product, we should see what product is concerned by the return.
- stock move line name should contain the product. It should be the same syntax than with a classical sale order
suggested solution :
- in addons/point_of_sale/pos.py line 352 : define stock.move.name = pos.order.line.name
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/824991
Title:
[5.0 - POS] stock move lines coming from point of sale do not have
correct content
Status in OpenERP Modules (addons):
New
Bug description:
Stock move lines that are coming from point_of_sale module do not have
the right description. That causes a blocking situation when customer
returns a product.
server 5.0.16 addons 2911
steps to reproduce :
- make a pos order with at least 5 products
- the customer is supposed to get one of the products back but the company do want to make a credit note and does not want to get the money back to the customer...
- go to "stock management/outgoing products", select the outgoing picking and click on "return packing" wizard
- the different names on the "return packing" wizard show the same description : stock move (POS id). It is impossible to choose the product that is returned.
correct behaviour :
- when returning the product, we should see what product is concerned by the return.
- stock move line name should contain the product. It should be the same syntax than with a classical sale order
suggested solution :
- in addons/point_of_sale/pos.py line 352 : define stock.move.name = pos.order.line.name
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/824991/+subscriptions
Follow ups
References