コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4652 ビュー

How to show fields values in _constraints messages?

I want to show in the error messages the values of the fields that trigger the constraint, how to do this?

アバター
破棄
最善の回答

Hi,

Refer the code of base_vat module to show the value of field in constraint message:

"_construct_constraint_msg" method to show the message
_constraints = [(check_vat, _construct_constraint_msg, ["vat"])]

Hope this may help you.

アバター
破棄
最善の回答

Hi.

I think like the error messages: use string and edit it before shown

if not rout_id:
  e_mess = "No rotuing there " + str(row) + "  column"
  raise osv.except_osv(_('Error in imported data'), _(e_mess))   

The row is varaible of course in this case. U can use any field value as you want..

Bye.

 

アバター
破棄
関連投稿 返信 ビュー 活動
2
9月 18
7167
9
3月 16
61090
1
3月 15
4921
1
3月 15
5646
0
11月 24
7