diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-22 09:24:14 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-22 09:24:14 +0700 |
| commit | 9206062d88d5c243351d334cb8ade3ddc51d22ff (patch) | |
| tree | 965e71a9c3fba7d2d1c8bdf3d9f508a4db83b206 /indoteknik_custom/views/automatic_purchase.xml | |
| parent | 391d7a3b93eff3eabee371b35ec5287e1f0afdd2 (diff) | |
add new fiture to purchasing job
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
| -rw-r--r-- | indoteknik_custom/views/automatic_purchase.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml index 360fdd16..a505daa5 100644 --- a/indoteknik_custom/views/automatic_purchase.xml +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -30,7 +30,7 @@ <field name="qty_max"/> <field name="qty_available"/> <field name="qty_purchase"/> - <field name="partner_id"/> + <field name="partner_id" required="1"/> <field name="last_price"/> <field name="taxes_id"/> <field name="subtotal"/> |
