Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3382 Представления

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

Аватар
Отменить
Лучший ответ

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.

Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
окт. 24
4328
3
июл. 25
4848
4
авг. 24
1983
1
июн. 24
2081
1
янв. 24
2367