Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5916 Vizualizări

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 .

Imagine profil
Abandonează
Cel mai bun răspuns

Set rec_name on your current objcet

_rec_name = 'Fieldname'

ex

_rec_name = 'name'

Thanks,

dsouzajoseph199@gmail.com

Imagine profil
Abandonează
Autor

thank you ... it works !!!