تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3507 أدوات العرض

How could a date field in xml be set as the minimum date of selection the date before put in other fields?

الصورة الرمزية
إهمال
أفضل إجابة

Hi,
You can provide the minimum date or maximum date allowed to a date field using ‘datepicker’ in the ‘options’ of the field.
Example,

<  field name="sample_date" options="{'datepicker': {'minDate': '6/6/2021'}}"/>
or
<  field name="sample_date" options="{'datepicker': {'minDate': 'now'}}"/>
Regards
الصورة الرمزية
إهمال

how about number sir? can you help

<?xml version="1.0"?>
<xpath expr="//field[@name='order_line']/tree//field[@name='price_unit']" position="after">
<field name="purchase_price" groups="base.group_user" required="1" type="number" min="1"/>
</xpath>

المنشورات ذات الصلة الردود أدوات العرض النشاط
5
يونيو 20
6761
1
أبريل 16
4969
2
مارس 15
6369
1
مايو 24
2537
0
يناير 24
2396