This commit is contained in:
gsinghpal
2026-03-09 23:45:00 -04:00
parent acd3fc455e
commit f81e0cd918
85 changed files with 6085 additions and 126 deletions

View File

@@ -2178,6 +2178,7 @@
help="Device approved by ADP"/>
<field name="name" string="Description" class="text-wrap"/>
<field name="x_fc_adp_device_type" string="Device Type" optional="show" width="150px"/>
<field name="x_fc_adp_build_type" string="Build" optional="show" width="100px"/>
<field name="x_fc_serial_number" string="S/N" optional="show" width="90px"/>
<field name="product_uom_qty" string="Qty" width="60px"/>
<field name="price_unit" string="Unit $" width="100px"/>
@@ -2410,9 +2411,11 @@
<attribute name="optional">hide</attribute>
</xpath>
<!-- Serial Number: after description, always visible -->
<!-- Serial Number and Build Type: after description -->
<xpath expr="//field[@name='order_line']/list/field[@name='name']" position="after">
<field name="x_fc_serial_number" string="S/N" optional="show"/>
<field name="x_fc_adp_build_type" string="Build" optional="hide"
column_invisible="not parent.x_fc_is_adp_sale"/>
</xpath>
<!-- Shorten Qty label -->