Activity log for bug #362280

Date Who What changed Old value New value Message
2009-04-16 12:16:04 Marcel van der Boom (HS-Development BV) bug added bug
2009-04-16 12:18:35 Marcel van der Boom (HS-Development BV) bug task added openobject-client
2009-04-16 12:28:16 Navrang Oza openobject-client-web: status New Invalid
2009-04-16 12:52:18 Marcel van der Boom (HS-Development BV) openobject-client-web: status Invalid New
2009-04-16 19:11:07 Marcel van der Boom (HS-Development BV) openobject-client-web: status New Invalid
2009-04-16 19:11:21 Marcel van der Boom (HS-Development BV) openobject-client: status New Invalid
2009-04-16 19:11:51 Marcel van der Boom (HS-Development BV) bug task added openobject-server
2009-04-16 19:12:47 Marcel van der Boom (HS-Development BV) summary inherits from product break search _inherits from product break search
2009-06-03 10:35:17 Jay Vora (Serpent Consulting Services) openobject-server: status New Incomplete
2009-07-17 15:27:52 Jay Vora (Serpent Consulting Services) openobject-server: importance Undecided Medium
2009-07-17 15:27:52 Jay Vora (Serpent Consulting Services) openobject-server: status Incomplete Confirmed
2009-07-30 06:29:34 Jay Vora (Serpent Consulting Services) openobject-server: status Confirmed In Progress
2009-07-30 06:29:56 Jay Vora (Serpent Consulting Services) openobject-server: assignee Jay (Open ERP) (jvo-openerp)
2009-07-30 10:01:49 Jay Vora (Serpent Consulting Services) attachment added inherits_search.patch http://launchpadlibrarian.net/29710166/inherits_search.patch
2009-08-11 09:15:15 Launchpad Janitor branch linked lp:openobject-server/5.0
2009-08-11 09:15:20 Jay Vora (Serpent Consulting Services) openobject-server: status In Progress Fix Released
2009-08-13 11:53:01 Husen Daudi openobject-server: status Fix Released New
2009-08-18 13:25:47 Jay Vora (Serpent Consulting Services) openobject-server: status New In Progress
2009-08-18 13:42:45 Jay Vora (Serpent Consulting Services) attachment removed inherits_search.patch http://launchpadlibrarian.net/29710166/inherits_search.patch
2009-08-18 13:44:23 Jay Vora (Serpent Consulting Services) attachment added inherits_search.patch http://launchpadlibrarian.net/30470578/inherits_search.patch
2009-08-18 13:44:33 Jay Vora (Serpent Consulting Services) openobject-server: status In Progress Fix Released
2010-05-23 14:34:08 Adrien Guichard attachment added patch that solves the problem for me http://launchpadlibrarian.net/48970559/expression.py.patch
2010-05-26 13:21:01 Anup(SerpentCS) openobject-server: status Fix Released Confirmed
2010-05-27 13:24:17 Anup(SerpentCS) openobject-server: status Confirmed In Progress
2010-05-27 13:27:09 Anup(SerpentCS) attachment added _inherits_search_patch.diff http://launchpadlibrarian.net/49207302/_inherits_search_patch.diff
2010-05-29 10:55:32 Adrien Guichard attachment added remove index, ensure tables order. http://launchpadlibrarian.net/49305930/expression.py.patch
2010-06-01 13:16:41 Adrien Guichard attachment added Test-case http://launchpadlibrarian.net/49498951/testcase_inherits_search.zip
2010-06-02 07:43:41 Jay Vora (Serpent Consulting Services) description I have a couple of objects which are using the _inherits = {'product.product' : 'product_id'} type construct. On these object i have a simple list view which displays code, name and state. When using the search fields i get this error: ProgrammingError: column product_product.name does not exist originating from this query: select mything_mything.id from "mything_mything","product_product" where (product_product.id=mything_mything.product_id) AND ((1=1) AND (product_product.name ilike 'IMP')) order by id limit 80 The last bit in the where clause causes an error, because product does not have a column name. I have a couple of objects which are using the _inherits = {'product.product' : 'product_id'} type construct. On these object i have a simple list view which displays code, name and state. When using the search fields i get this error: ProgrammingError: column product_product.name does not exist originating from this query: select mything_mything.id from "mything_mything","product_product" where (product_product.id=mything_mything.product_id) AND ((1=1) AND (product_product.name ilike 'IMP')) order by id limit 80 The last bit in the where clause causes an error, because product does not have a column name.
2010-06-02 12:23:33 Jay Vora (Serpent Consulting Services) openobject-server: milestone 5.0.11
2010-06-02 12:23:33 Jay Vora (Serpent Consulting Services) openobject-server: assignee Jay (Open ERP) (jvo-openerp) Anup (Open ERP) (ach-openerp)
2010-06-02 12:25:06 Jay Vora (Serpent Consulting Services) attachment added _Inherits_revisited.patch http://launchpadlibrarian.net/49552205/_Inherits_revisited.patch
2010-06-02 14:04:15 Jay Vora (Serpent Consulting Services) openobject-server: status In Progress Fix Released