docs(custom-fields): fix stale description on legacy tax_article
It is no longer auto-synced (mirror was removed); mark it deprecated and point to the custom_item_tax_articles multi-select. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
6f0758d90b
commit
e4e5746301
|
|
@ -913,7 +913,7 @@ def create_custom_fields():
|
||||||
hidden=1,
|
hidden=1,
|
||||||
read_only=1,
|
read_only=1,
|
||||||
no_copy=1,
|
no_copy=1,
|
||||||
description='Auto-synced to the first selected article. Replaced by the multi-select "Tax Articles (multi)" cell.'
|
description='Deprecated single-value field, no longer populated. Tax articles are stored per item row in the "Tax Articles" multi-select cell (custom_item_tax_articles). Kept for historic data only.'
|
||||||
),
|
),
|
||||||
# --- multi tax-article per item row (click the cell to edit) ---
|
# --- multi tax-article per item row (click the cell to edit) ---
|
||||||
dict(
|
dict(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue