Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2610 Lượt xem

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


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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  ? 



Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 25
1416
2
thg 3 25
1662
0
thg 2 25
1301
0
thg 2 25
1501
0
thg 2 25
1431