diff options
| -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" |
