diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-10-16 14:05:28 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-10-16 14:05:28 +0700 |
| commit | 39b3e85ebcef9a02b3d6cb881d071c37ef45ac4f (patch) | |
| tree | 52e35e230f8e79918c8e899be47c1560772f0868 /indoteknik_custom/views | |
| parent | cee154a43c181b4ba1feda600028dffe198fb48b (diff) | |
add field pareto_status
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 9a637441..98001589 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -73,6 +73,7 @@ <field name="margin_after_delivery_purchase"/> <field name="percent_margin_after_delivery_purchase"/> <field name="total_weight"/> + <field name="pareto_status"/> </field> <field name="analytic_account_id" position="after"> <field name="customer_type" required="1"/> @@ -244,6 +245,7 @@ <field name="client_order_ref"/> <field name="payment_type" optional="hide"/> <field name="payment_status" optional="hide"/> + <field name="pareto_status" optional="hide"/> </field> </field> </record> @@ -262,6 +264,7 @@ <field name="date_driver_arrival"/> <field name="payment_type" optional="hide"/> <field name="payment_status" optional="hide"/> + <field name="pareto_status" optional="hide"/> </field> </field> </record> |
