fix(plating): trim default SO order-line columns to the plating set
Default-hide six order-line columns that aren't part of the plating view (Product/product_template_id, Description Template, Specification, Delivered Qty, Invoiced Qty, Taxes) by flipping them to optional="hide". They stay available via the optional-columns toggle. Default-visible set is now Customer-Facing, Part, Process/Recipe, Thickness, Serial, Job #, Effective Deadline, Qty, Unit, Unit Price, Amount — for both quotations and sales orders. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
'name': 'Fusion Plating — Quality (QMS)',
|
||||
'version': '19.0.8.0.0',
|
||||
'version': '19.0.8.1.0',
|
||||
'category': 'Manufacturing/Plating',
|
||||
'summary': 'Native QMS for plating shops: NCR, CAPA, calibration, AVL, FAIR, '
|
||||
'internal audits, customer specs, document control. CE + EE compatible.',
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<field name="x_fc_customer_spec_id"
|
||||
string="Specification"
|
||||
options="{'no_quick_create': True}"
|
||||
optional="show"/>
|
||||
optional="hide"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user