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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user