Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
6018 มุมมอง

Hi,

I want to put time picker for a field. I dont want to use field with float type and widget=float_time. There is no validations at all. I want to pick timings in 12 hr format with PM and AM. Is it possible to do ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello,

May be this will helpful to you.

Take one char field in xml and give id to field.

Now add below js library in your module for time picker.

  http://amsul.ca/pickadate.js/

And give path in web extend from xml.(picker.time.js path)

and give this in your js file

$('#id given in xml').pickatime()

 This is not full code you have to little work on it.

Thanks.

Shamji


 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi, 

Refer the app 
https://apps.odoo.com/apps/modules/16.0/field_timepicker/
The module allows the user to add time picker widget that can be used with character type fields in Odoo

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Cybrosus Techno Solutions, I try download this module but Odoo App not response to download 

อวตาร
ละทิ้ง