diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-19 08:05:11 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-19 08:05:11 +0700 |
| commit | 177a0e86577ed705e07f19e880f8a7cfaced7c2a (patch) | |
| tree | ac00b67ad9167b8eb16124dff6b17f342f20168a | |
| parent | 594b0a4ac57480ac750b22a8361afb1045e7ad44 (diff) | |
<miqdad> cannot edit line product only delete
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 4cc3495a..ce4a6737 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -105,9 +105,9 @@ </group> <!-- Product Lines --> <notebook> - <page string="Product Lines" name="product_lines"> - <field name="line_ids"> - <tree string="Product Lines" create="0" delete="1" edit="0"> + <page string="Product Lines" name="product_lines" create="0" delete="1" edit="0"> + <field name="line_ids" readonly="1"> + <tree string="Product Lines"> <field name="sequence" widget="handle"/> <field name="product_id" required="1" options="{'no_create': True, 'no_create_edit': True}"/> |
