diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-05-16 11:29:04 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-05-16 11:29:04 +0700 |
| commit | 05305c6bf12da58cfadac7f1a901ef825d09cb61 (patch) | |
| tree | 7f6f28397b4ad871131f7f28ea698117bcf1fe0f /indoteknik_custom/views/shipment_group.xml | |
| parent | c61cb9fcd3d01b4ffafaa6446f9fd68b09a88ff7 (diff) | |
| parent | 4360e1fd9f3af2c18b19463773047d9939716069 (diff) | |
(andri) resolved confict di SO view
Diffstat (limited to 'indoteknik_custom/views/shipment_group.xml')
| -rw-r--r-- | indoteknik_custom/views/shipment_group.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/shipment_group.xml b/indoteknik_custom/views/shipment_group.xml index d2c661ba..a4f82e27 100644 --- a/indoteknik_custom/views/shipment_group.xml +++ b/indoteknik_custom/views/shipment_group.xml @@ -18,8 +18,9 @@ <field name="model">shipment.group.line</field> <field name="arch" type="xml"> <tree editable="bottom"> - <field name="sale_id" readonly="1"/> + <field name="partner_id" readonly="1"/> <field name="picking_id" required="1"/> + <field name="sale_id" readonly="1"/> <field name="total_colly" readonly="1"/> </tree> </field> |
