diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-26 15:06:52 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-26 15:06:52 +0700 |
| commit | 01f308991afffaff5eda1b758dbb98d0f3ba8396 (patch) | |
| tree | 42a996176f451a3feb4bbfb2a7f8cad9849dd85e /indoteknik_custom/views/invoice_reklas.xml | |
| parent | bd8a83a76cea6ef2466c250226f7c95c38b3024c (diff) | |
User can't create data cab on form input, add multi update data sale order to update state and invoice_status
Diffstat (limited to 'indoteknik_custom/views/invoice_reklas.xml')
| -rw-r--r-- | indoteknik_custom/views/invoice_reklas.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/invoice_reklas.xml b/indoteknik_custom/views/invoice_reklas.xml index e807dca5..a29139ad 100644 --- a/indoteknik_custom/views/invoice_reklas.xml +++ b/indoteknik_custom/views/invoice_reklas.xml @@ -10,7 +10,7 @@ </p> <group> <field name="reklas_type"/> - <field name="reklas_id"/> + <field name="reklas_id" options="{'no_create': True}"/> <field name="pay_amt"/> </group> <footer> |
