diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-28 15:04:51 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-28 15:04:51 +0700 |
| commit | 61c89397e839f546c796a596a1fbbc840aa85311 (patch) | |
| tree | dd55b5844277f7a7c6e4ba60cf13f684d77959fb /indoteknik_custom/views | |
| parent | 203feb6018c55c108c31f4c0e03d38a8f39af52e (diff) | |
Validate Data Product & Purchase Pricelist
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_pricelist.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml index f9fd52ba..5c63676d 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -19,7 +19,7 @@ <field name="name">purchase.pricelist.form</field> <field name="model">purchase.pricelist</field> <field name="arch" type="xml"> - <form> + <form edit="0"> <sheet> <group> <group> |
