← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 726415] Re: [trunk] Problem with name_search method of product_product

 

It's not only an issue on BoM, it's an issue for all product fields.

Whe you search a product with 'A' as searching string, the system
returns you all product with 'A' in the default_code, but not the
product with 'A' in the name.

I create a branch with a modification to fix it.



** Summary changed:

- [trunk] Search product on BoM
+ [trunk] Problem with name_search method of product_product

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/726415

Title:
  [trunk] Problem with name_search method of product_product

Status in OpenERP Modules (addons):
  New

Bug description:
  On trunk, when I search product for the main product of the BoM, if I
  click on the magnifying glass without search string, all product
  appears, but if I enter a search string, all matching products doesn't
  appear.

  to reproduce it :

  New database with 'Manufacturing' and 'Repairs' applications.
  Create 5 new stockable products : A, B, C, D and E
  Create a new BoM. 
  To search the main product of the BoM, click on the magnifying glass without string : there are 51 products found. Don't choose a product. Close the search view. Re-click on the magnifying glass by searching 'A' string. Only 9 products appear, but the new 'A' product doesn't appear in the list.

  Same thing with the BoM components.



References