hi all,
I create a domain of study programs and semester but in the domain that I made half domain syntax and syntax does not work like this :
" < Field name = " krs_ids " colspan = " 4 " nolabel = " 1 " domain = " [ ( ' prodi_id ' , ' = ' , prodi_id ) , ( 'name' , ' = ' , semester_kurikulum ) ] " >
"
'krs_ids' is one2many or many2one fields ?
Krs_ids is one2many fields
try to put your domain in your many2one fields, i never used domain in one2many fields
Please update your question and put your full code in there