how to rename field on odoo - Chit Ko Technology

Post Top Ad

Responsive Ads Here
how to rename field on odoo

how to rename field on odoo

Share This
just write code in python with same field name with New Name what you want to show

for eg

type=fields.Selection([('contact','Contact'),('invoice','Inovoice Address')])


If you want to change Contact name, just change name there

type=fields.Selection([('contact','New Contact'),('invoice','Inovoice Address')])

No comments:

Post a Comment

Post Bottom Ad

Responsive Ads Here

Pages