I am using the latest t-bird OpenERP pluggin (v1.3) from Axelor's website with yesterday's trunk from OpenERP launchpad.
The initial search function is not working - it always returns "No records found" alert. If I then choose to "Create" I can use the Search function on second window, the create contact window, and it finds the partner correctly using the same search term. With sample data in OpenERP I use "ax" as the search term; in the first search window I get no results, in the second I get Maxtor and Axelor as found objects. I have traced the return from the thunderbird_tempsearch() function in the thunderbird interface module for OpenERP and it seems to be searching fine; this is what's return in BOTH cases of search: ['res.partner', [(7, 'Axelor'), (14, 'Maxtor')]] Before debugging the thunderbird plugin I thought I'd post here - thanks for any advice. (also posted on Axelor forums). -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=26626#26626 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
