diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-23 09:53:52 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-23 09:53:52 +0700 |
| commit | 365c9cbd0be8749873e4ec9953588d6b1b395677 (patch) | |
| tree | bb4032168ff68881cd7933f5e05d64f58a14773a /indoteknik_custom/views | |
| parent | a638ef831668f0bedbad8d6a5331f6422ca582dc (diff) | |
<miqdad> add ccm doc in SO
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 2a159307..a45f1067 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -152,6 +152,9 @@ <field name="eta_date_start"/> <field name="eta_date" readonly="1"/> </group> + <group string="Return Doc"> + <field name="ccm_id" readonly="1"/> + </group> </xpath> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']" position="attributes"> |
