Em có 1 field 'data_evalute': fields.selection([('python','Mã Python'),('sql_query','SQL query'),('user_enter','Người dùng nhập')], 'Dữ liệu đánh gía'),
ở model "category.contract".
- Em tạo thêm một: class evaluation_orther:
có chứa 2 fields:
- 'name': many2one('category.contract'),
- 'note': fields.char('Ghi chú').
Điều kiện hiển thị của fields 'note' là khi thuộc tính của 'data_evalute' có gía trị khác sql_query.
Vậy trong xml, em viết attrs=" " như thế nào ạ.
Em cảm ơn nhiều ạ.
0