diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-16 17:40:22 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-16 17:40:22 +0700 |
| commit | efa1650aae2bc2dca99624092adcc21f87dab648 (patch) | |
| tree | e9672a3cb9f724ef869bda24c4d58bac60f718b8 /indoteknik_custom/views | |
| parent | 0e330178d087b2b4cb519c4e078f0fe25a76dfe5 (diff) | |
<miqdad> retur blm sesuai
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index c36089ad..acc48d3f 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -86,13 +86,13 @@ </group> </group> <notebook> - <page string="Product Lines" name="product_lines" create="0" edit="0"> - <field name="line_ids" delete="1" readonly="1"> - <tree string="Product Lines"> + <page string="Product Lines" name="product_lines"> + <field name="line_ids"> + <tree string="Product Lines" editable="top" create="0" delete="1"> <field name="sequence" widget="handle"/> - <field name="product_id" required="1" - options="{'no_create': True, 'no_create_edit': True}"/> - <field name="name" force_save="1"/> + <field name="product_id" required="0" + options="{'no_create': True, 'no_create_edit': True}" readonly="0"/> + <field name="name" force_save="0" readonly="1"/> <field name="product_uom_qty" string="Quantity"/> <field name="product_uom" string="UoM" options="{'no_create': True, 'no_create_edit': True}"/> @@ -101,10 +101,11 @@ </page> <page string="Mapping Koli" name="mapping_koli"> <field name="mapping_koli_ids"> - <tree> - <field name="pick_id"/> - <field name="product_id"/> - <field name="qty_done"/> + <tree editable="top" create="0" delete="1"> + <field name="pick_id" readonly="1" force_save="1"/> + <field name="product_id" readonly="1" force_save="1"/> + <field name="qty_done" force_save="1"/> + <field name="qty_return"/> </tree> </field> </page> |
