跳至内容
菜单
此问题已终结
1 回复
5944 查看

I made a new module , everything is working good, but when saving the form ,the view top header displays " form name/table name,id" while I want it to save it in " form name/field entry". May someone help me please .

形象
丢弃
最佳答案

Set rec_name on your current objcet

_rec_name = 'Fieldname'

ex

_rec_name = 'name'

Thanks,

dsouzajoseph199@gmail.com

形象
丢弃
编写者

thank you ... it works !!!