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

Hello 
I have a very basic question 

Is it possible to do custom validation on a field in odoo studio ?
I tried wit an action and python code, but without success ...

I could not find any doc or presentation showing this ... event a basic validation ( > 0, regex, etc ...

Thanks


อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Answering partially my own question 

MAnaged to do it with this (not sure that thebest way) 
if record.x_studio_capacity <= 0 :
    raise UserError('Capacity should be positive')

What about validate with other records ?
Like to save a reservation, I want to check that another record is not reserved during the same period (start_date / end_date) 
possible  ? 



อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Menu's with different default filter แก้ไขแล้ว
1
ก.ค. 25
1428
2
มี.ค. 25
1666
0
ก.พ. 25
1305
0
ก.พ. 25
1534
0
ก.พ. 25
1439