Amit Dodiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-client/6.0-opw-16409-ado into 
lp:openobject-client/6.0.

Requested reviews:
  Jay Vora (OpenERP) (jvo-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client/6.0-opw-16409-ado/+merge/69411

Hello Sir,

[Fix]: searching for a partner from a purchase order only gets a limited result.

I have removed the "[('id','in', self.ids)]" domain from def go() method which 
cause a limited result for partner while you select the partner in M2O field in 
purchase order while you have partner more than the limit.

Thanks,
Amit.
-- 
https://code.launchpad.net/~openerp-dev/openobject-client/6.0-opw-16409-ado/+merge/69411
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-client/6.0-opw-16409-ado.
=== modified file 'bin/modules/gui/window/win_search.py'
--- bin/modules/gui/window/win_search.py	2010-12-03 11:55:42 +0000
+++ bin/modules/gui/window/win_search.py	2011-07-27 08:54:33 +0000
@@ -184,7 +184,7 @@
     def go(self):
         ## This is if the user has set some filters by default with search_default_XXX
         if self.ids:
-            self.screen.win_search_domain += [('id','in', self.ids)]
+            #self.screen.win_search_domain += [('id','in', self.ids)]
             self.find()
         else:
             self.screen.update_scroll()

_______________________________________________
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