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

I created a model called res.reference to manage customer references, and it was done successfully. Now i want to add two fields of res.reference to sales order view so i added them in sale.order, but when i add them i got this error KeyError: 'name' please help... File "C:\Program Files\OpenERP 6.1-1\server.\openerp\osv\orm.py", line 2258, in name_get KeyError: 'name'

アバター
破棄

what is field name you are using if you use field name(name) change it its works show me code or post the code

最善の回答

what is field name you are using, if you use field name(name) change it, its works, show me code or post the code. or you did not give in your new module __openerp.py give 'depends': ['sale'],

アバター
破棄

if you use inherit class sale_order(osv.osv): _inherit = 'sale.order' _columns = {
'target_value':fields.integer('Target Value'), 'lead_target':fields.integer('Lead Target'), } sale_order() you dont want to give _name ="new name"

if the answer is correct just help the others or wrong just show me the code i will help you

関連投稿 返信 ビュー 活動
1
2月 24
1699
1
1月 22
3490
0
12月 15
5383
0
3月 15
4627
1
11月 24
2231