diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-10 09:23:41 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-10 09:23:41 +0700 |
| commit | 893fbb7a4d1467686c4de435393f1162c4d04bd7 (patch) | |
| tree | a29b381a5aa52fe64da67c363ac089e40f59808e /indoteknik_custom/views | |
| parent | e64e3a04ff6db3802779477398020738017b74b8 (diff) | |
fix error delete
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index c7989eeb..be01e980 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -49,7 +49,7 @@ </field> <field name="product_id" position="before"> <field name="line_no" attrs="{'readonly': 1}" optional="hide"/> - <field name="delete"/> + <field name="delete_line"/> </field> <field name="product_id" position="attributes"> <attribute name="options">{'no_create': True}</attribute> |
