diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-04 13:26:20 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-04 13:26:20 +0700 |
| commit | d654707d4938508b5389cfbb679d64679be99227 (patch) | |
| tree | ab79dc28b6e1284b57aebd0716d348701a0a1fac /fixco_custom/views/shipment_group.xml | |
| parent | c48b75c795c3298a707ff3afa5c91a5d161fe312 (diff) | |
<Miqdad> add compute shipment method sgr
Diffstat (limited to 'fixco_custom/views/shipment_group.xml')
| -rw-r--r-- | fixco_custom/views/shipment_group.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/shipment_group.xml b/fixco_custom/views/shipment_group.xml index 4aae314..e298475 100644 --- a/fixco_custom/views/shipment_group.xml +++ b/fixco_custom/views/shipment_group.xml @@ -7,6 +7,7 @@ <tree default_order="create_date desc"> <field name="number"/> <field name="total_line" readonly="1"/> + <field name="shipment_method" readonly="1"/> </tree> </field> </record> @@ -40,6 +41,7 @@ <group> <field name="number" readonly="1"/> <field name="total_line" readonly="1"/> + <field name="shipment_method" readonly="1"/> </group> </group> <notebook> |
