Skip to Content
Menu
This question has been flagged
1 Reply
3264 Views

Hi,

How can we modify the labels of the columns in the listing vue of the Leads in the Sales module ?

Many thanks for your help.

Best regards,

Kevin Rutz

Avatar
Discard
Best Answer

Just find out that model and column and change string attribute.

your_field = fields.Many2one('your.model', string="modify_the_labels")

if you dont want to directly change in model than just inherit it.

Avatar
Discard
Related Posts Replies Views Activity
3
Oct 24
4202
3
Jul 25
4493
4
Aug 24
1820
1
Jun 24
1943
1
Jan 24
2231