diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-18 16:13:57 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-18 16:13:57 +0700 |
| commit | 594b0a4ac57480ac750b22a8361afb1045e7ad44 (patch) | |
| tree | 7be1a3ab33012ce1540d2b082ac70b7637e3e9ec /indoteknik_custom/views | |
| parent | d1ff4bd35deac6c17a17e97f0904f67e113c5add (diff) | |
<miqdad> cannot edit line product only delete
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index c775c301..4cc3495a 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -107,7 +107,7 @@ <notebook> <page string="Product Lines" name="product_lines"> <field name="line_ids"> - <tree string="Product Lines" editable="bottom"> + <tree string="Product Lines" create="0" delete="1" edit="0"> <field name="sequence" widget="handle"/> <field name="product_id" required="1" options="{'no_create': True, 'no_create_edit': True}"/> |
