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

Hi all,

I would like to customize a sequence with the customer reference (used as code). I tried the following variable in my sequence : %(partner_id.ref)sSO

But I got the error

File "/home/mcassuto/SFL/openERP/7.0/server/openerp/addons/base/ir/ir_sequence.py", line 218, in _interpolate return s % d KeyError: u'partner_id.ref'

Is there a way to use model fields rather than the provided variables ?

Thanks, Marc

アバター
破棄
最善の回答

No, actually ir.sequence only supports %(hour)s and date functions. If you want to modify this you have to create a new module and develop it by yourself.

アバター
破棄
関連投稿 返信 ビュー 活動
5
8月 24
2783
0
8月 24
1390
3
9月 23
3626
0
1月 22
2506
1
3月 25
4474