diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-30 10:15:35 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-30 10:15:35 +0700 |
| commit | 475173ec46981926aa90e99f796e38ef1d46b61e (patch) | |
| tree | 7a60d68b1dc779ecd031187eaadfed0c94de597d /indoteknik_custom/views | |
| parent | 840bc3f8c04933a56a31c279ef6e220c277bd36d (diff) | |
sequence pricelist and fix bug validation invoice date and date doc kirim
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/product_pricelist.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_pricelist.xml b/indoteknik_custom/views/product_pricelist.xml index 6eff0153..3c2b8b8d 100644 --- a/indoteknik_custom/views/product_pricelist.xml +++ b/indoteknik_custom/views/product_pricelist.xml @@ -20,6 +20,7 @@ <field name="banner_top" widget="image" /> <field name="start_date" attrs="{'required': [('is_flash_sale', '=', True)]}" /> <field name="end_date" attrs="{'required': [('is_flash_sale', '=', True)]}" /> + <field name="number" required="1" /> </group> </group> </page> |
