diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-26 10:32:15 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-26 10:32:15 +0700 |
| commit | 3b6b3a2f7a161a08fa3995906f92019cc5ea4d17 (patch) | |
| tree | 2a474f8d8cdc813eda89c2c5f6e62fac5a6e41d0 | |
| parent | 08791b79f900b71a6fb22fb361b0ad06af8c6c1f (diff) | |
<miqdad> don
| -rw-r--r-- | indoteknik_custom/models/tukar_guling.py | 2 | ||||
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/tukar_guling.py b/indoteknik_custom/models/tukar_guling.py index e00c21f8..681090f0 100644 --- a/indoteknik_custom/models/tukar_guling.py +++ b/indoteknik_custom/models/tukar_guling.py @@ -308,7 +308,7 @@ class TukarGuling(models.Model): raise UserError( "Tidak ditemukan BU/PICK atau BU/OUT dari SO: %s" % record.origin) - # filter based on stockin.picking picking type + # filter based on stock.picking picking type bu_pick_to_return = record.operations.konfirm_koli_lines.pick_id bu_out_to_return = record.operations diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 7bc783eb..9d281986 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -95,7 +95,7 @@ <!-- Product Lines --> <notebook> <page string="Product Lines" name="product_lines" create="0" edit="0"> - <field name="line_ids" delete="1"> + <field name="line_ids" delete="1" readonly="1"> <tree string="Product Lines"> <field name="sequence" widget="handle"/> <field name="product_id" required="1" |
