bemade-addons/customer_product_code_search/__manifest__.py
2025-01-31 13:33:54 -05:00

21 lines
720 B
Python

{
"name": "Customer Product Code Search",
"version": "18.0.1.0.0",
"category": "Sales",
"summary": "Enhance product search to include customer product codes",
"description": """
This module extends the product search functionality to include customer product codes
in the product name search results. This makes it easier to find products using
customer-specific product codes in any context where products are searched.
""",
"author": "Bemade",
"website": "https://www.bemade.org",
"depends": [
"product",
"customer_product_code",
],
"data": [],
"installable": True,
"auto_install": True,
"license": "Other proprietary",
}