Commit 98fe3d6
committed
feat(sale): Add product search by supplier info
This commit introduces the `sale_product_supplierinfo_search` module, which allows users to search for products on sales order lines and in the global product catalog by using the vendor's product code or product name.
Key features:
- Overrides `_name_search` on `product.product` to extend search capabilities.
- Activates the extended search via a context key on the sales order line.
- Adds a user-friendly "Search in Vendor Info" filter to the main product search view.
- Modifies the search result display to include the vendor's product code for better user context.
- Includes comprehensive unit tests to validate the new functionality.
- Provides OCA-compliant documentation and demo data.1 parent b04a69e commit 98fe3d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments