c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17752
[Bug 726415] Re: [trunk] Problem with name_search method of product_product
Indeed, a wildcard match on the product code should not prevent searching in product names, but it makes sense to keep this behavior when there is an _exact_ match on the product code, otherwise the code field would just be useless.
The merge proposal seems to do exactly that, great job!
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => In Progress
** Changed in: openobject-addons
Milestone: None => 6.0.2
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
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):
In Progress
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.
Follow ups
References