diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-19 08:45:34 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-19 08:45:34 +0700 |
| commit | ff9b0cb54bb2f9c99773cfc7c8c5b612bb5d7444 (patch) | |
| tree | bd7f9845bedb3ad3ff3aedfc10d26aece57596b6 | |
| parent | 177a0e86577ed705e07f19e880f8a7cfaced7c2a (diff) | |
<miqdad> rev cannot edit line product only delete
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index ce4a6737..b257000f 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -105,8 +105,8 @@ </group> <!-- Product Lines --> <notebook> - <page string="Product Lines" name="product_lines" create="0" delete="1" edit="0"> - <field name="line_ids" readonly="1"> + <page string="Product Lines" name="product_lines" create="0" edit="0"> + <field name="line_ids" delete="1"> <tree string="Product Lines"> <field name="sequence" widget="handle"/> <field name="product_id" required="1" |
