feat(configurator): Description History list on the part Descriptions tab

Read-only per-part version history (version#, reference, customer-facing,
order, by/when) below the curated templates list.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-05-29 19:57:57 -04:00
parent 855b160752
commit b2186ab032

View File

@@ -297,6 +297,17 @@
<field name="active" widget="boolean_toggle"/>
</list>
</field>
<separator string="Description History (auto-saved per order)"/>
<field name="description_version_ids" readonly="1">
<list>
<field name="version_no" string="#"/>
<field name="name" string="Reference"/>
<field name="customer_facing_description" string="Customer-Facing"/>
<field name="sale_order_id" string="Order"/>
<field name="create_uid" string="By"/>
<field name="create_date" string="When"/>
</list>
</field>
</page>
<page string="Revision History" name="revisions"
invisible="not parent_part_id and not revision_ids">