addons-cm/product_origin_char/readme/USAGE.rst
snt 5efe57dc19 [REF] product_origin_char: simplify to template-based origin
- Move origin_text field from product.supplierinfo to product.template
- Add related field in product.product for variant access
- Remove dependency on product_main_seller
- Update views to show field near category (editable)
- Rewrite tests for new architecture
- Update all documentation (README, readme/ fragments)
- Bump version to 18.0.2.0.0
2026-03-06 17:43:20 +01:00

18 lines
606 B
ReStructuredText

**To add origin information to a product:**
#. Go to a product form
#. Find the **Origin** field (near the product category)
#. Fill in the origin with free-form text
(e.g., "Valencia, Spain", "Local producer - Basque Country")
#. Save the product
**To view origin information in lists:**
* In product list views, enable the optional "Origin" column
* The origin is shown for both product templates and variants
**Product variants:**
* All variants of a product template share the same origin
* Updating the origin on any variant updates the template
* This ensures consistency across all variants