Hi, I just made a fresh install of openerp from trunk(8561) and
added the module point_of_sale from extra_addons(2769).

When I try to add a product in the order line I'm getting :

Traceback (most recent call last):
  File "/home/ikks/tinyerp/svn/terp/trunk/server/bin/netsvc.py", line 200, in 
_dispatch
    s=LocalService(n)
  File "/home/ikks/tinyerp/svn/terp/trunk/server/bin/service/web_services.py", 
line 365, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/home/ikks/tinyerp/svn/terp/trunk/server/bin/osv/osv.py", line 122, in 
execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/ikks/tinyerp/svn/terp/trunk/server/bin/osv/osv.py", line 96, in 
execute_cr
    res = getattr(object,method)(cr, uid, *args, **kw)
  File 
"/home/ikks/tinyerp/svn/terp/trunk/server/bin/addons/point_of_sale/pos.py", 
line 707, in onchange_product_id
    qty, partner_id)
  File 
"/home/ikks/tinyerp/svn/terp/trunk/server/bin/addons/point_of_sale/pos.py", 
line 696, in price_by_product
    [pricelist], product_id, qty or 1.0, partner_id)[pricelist]
  File 
"/home/ikks/tinyerp/svn/terp/trunk/server/bin/addons/product/pricelist.py", 
line 209, in price_get
    price_type.field, context)[prod_id], round=False)
  File 
"/home/ikks/tinyerp/svn/terp/trunk/server/bin/addons/product/product.py", line 
480, in price_get
    if 'uom' in context:
TypeError: iterable argument required

I actually can continue with the transaction, but I have to
put manually the cost of the product.

When I try to make a payment with more money than the total of 
the products, the new payment appears and invites to make a 
negative payment, I would expect it to tell me how much money I 
have to give in return.   The invoice does not appear, but if 
the pay is exact, the invoice does appear.

This is the usual behaviour(not the one I was expecting) or I'm
making something wrong?

I understand that the invoice must be approved by the accountant, 
with this the transaction is done.  Is that right?

Thanks for your all.

-- 
Recomiendo Gimp para hacer retoque digital o banners de Internet
http://www.gimp.org

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to