Jagdish Panchal (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-906726-jap into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #906726 in OpenERP Addons: "[point_of_sale] : ValueError: Invalid field 
'type' in domain expression [('type', '=', 'normal')] "
  https://bugs.launchpad.net/openobject-addons/+bug/906726

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-906726-jap/+merge/86357

Hello,

In point_of_sale remove the domain from the pos category field in product form 
--fixes=lp:906726

Thanks 
JAP
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-906726-jap/+merge/86357
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-906726-jap.
=== modified file 'point_of_sale/point_of_sale.py'
--- point_of_sale/point_of_sale.py	2011-12-19 22:00:53 +0000
+++ point_of_sale/point_of_sale.py	2011-12-20 10:09:34 +0000
@@ -737,7 +737,6 @@
         'expense_pdt': fields.boolean('PoS Cash Output', help="This is a product you can use to take cash from a statement for the point of sale backend, exemple: money lost, transfer to bank, etc."),
         'img': fields.binary('Product Image, must be 50x50', help="Use an image size of 50x50."),
         'pos_categ_id': fields.many2one('pos.category','PoS Category',
-            domain="[('type','=','normal')]",
             help="If you want to sell this product through the point of sale, select the category it belongs to.")
     }
 product_product()

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to