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

I have a problem when i use domain to compare two integer fields ?


_name = 'y'
'field1': fields.integer('Field1'),
'field2': fields.integer('Field2'),


_name = 'x'

'y_id': fields.many2one('y', 'Y', domain="[('field1','>','field2')]"),


=> ValueError: invalid literal for int() with base 10: 'field2'

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

Hi,

In domain filter you have to give the value in right side of the operator. In domain we have to follow the syntax like : [('field_of_model','operator','any_value_according_to_field_and_operator')]

In your domain 'field2' is text and system is going to convert it into "int" thats why system is giving an error message "like invalid literal for int() with base 10:"

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

ok but now how i compare field1 and field2 in domaine ?

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Syntax of domains - operators แก้ไขแล้ว
2
ม.ค. 23
26740
4
มิ.ย. 21
39681
1
ธ.ค. 20
2822
1
เม.ย. 18
7949
Why Odoo is so successful แก้ไขแล้ว
3
ก.ย. 15
9794