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

I have two datetime-local fields in odoo template.

<div class="form-group form-field">
<label class="control-label" for="book_start_time">Start Date and Time</label>
<div >
<input type="datetime-local" class="form-control o_website_form_input" name="book_start_time" t-att-value="request.params.get('book_start_time', '')" required=""/>
</div>
</div>
<div class="form-group form-field">
<label class="control-label" for="book_end_time">End Date and Time</label>
<div >
<input type="datetime-local" class="form-control o_website_form_input" name="book_end_time" t-att-value="request.params.get('book_end_time', '')" required=""/>
</div>
</div>

How will generate an Warning message when the user inputs an end date less than start date?

Also I need to deactivate all  dates before today's date. Please help









الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
نوفمبر 21
6079
0
يوليو 24
4561
0
أكتوبر 19
3217
1
نوفمبر 18
3041
3
يناير 18
6193