product_category_code
Add a code identifier to product categories and carry it over when duplicating categories.
Key Features
- product.category: Adds an indexed char field code with default '/' to identify categories.
- product.category: When duplicating a category, automatically appends '-copy' to the original code for the new record.
- product.category form view: Displays the category code alongside the parent category on the form.
- product.category list view: Shows the category code column in the list of categories.
- product.category search view: Lets users search and filter categories by their code.