[IMP] product: set chatter widget out of sheet.
[odoo/odoo.git] / addons / product / partner.py
index 4efdd2b..f779f3d 100644 (file)
@@ -2,7 +2,7 @@
 ##############################################################################
 #    
 #    OpenERP, Open Source Management Solution
-#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
+#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
@@ -32,7 +32,6 @@ class res_partner(osv.osv):
             relation='product.pricelist', 
             domain=[('type','=','sale')],
             string="Sale Pricelist", 
-            method=True,
             view_load=True,
             help="This pricelist will be used, instead of the default one, for sales to the current partner"),
     }