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

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
4312
3
июл. 25
4775
4
авг. 24
1947
1
июн. 24
2049
1
янв. 24
2347