- 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
18 lines
606 B
ReStructuredText
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
|