Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
[img][/img]新建模块里没有NAME字段时,调用该模块时显示不出你想要字段,如下面图 修改方法是: class ziyuan_fdcrm(osv.osv): _name = 'ziyuan.fdcrm' _description = u'客户管理' [shadow=red,left][glow=red,2,300] [b]_rec_name = 'x_name'[/b][/glow][/shadow]x_name 换成你要显示的字段即可。