跳至内容
菜单
此问题已终结
1 回复
4973 查看

Hi,

I have a kanban view ,i have to add the field description in that.if it has too many contents it exceed the field.How can I limit the view of description field in kanban view

形象
丢弃

You can use like:

first define field in kanban for usage

<field name="description_field_name"/>

After whenever you want to print this field add like this:

<t t-esc="record.description_field_name[30]"/>

40 is limit of char.

It doesn't work

On Wed, Apr 3, 2019 at 2:02 AM Haresh Kansara <hareshkansara00@gmail.com> wrote:

You can use like:

first define field in kanban for usage

<field name="description_field_name"/>

After whenever you want to print this field add like this:

<t t-esc="record.description_field_name[30]"/>

40 is limit of char.

Sent by Odoo S.A. using Odoo.

can you share your code tgen i can more helpful for you.

<span name="description" t-if="record.description.raw_value">Description : <field name="description"/><br/></span>
This how it looks like

On Thu, Apr 4, 2019 at 3:18 AM Haresh Kansara <hareshkansara00@gmail.com> wrote:

can you share your code tgen i can more helpful for you.

Sent by Odoo S.A. using Odoo.

编写者

<span name="description" t-if="record.description.raw_value">Description : <field name="description"/><br/></span>

最佳答案

You can set text limit using python functions and string slicing or you can do one thing add one css classs in that field where you display and set height width of that field div and set overflow: hidden;

Thanks and regards

Haresh Kansara

形象
丢弃
编写者

Can you explain this with code??Is it write in kanban view?

编写者

How to set display limit on description field in kanban view???

编写者

How to set display limit on description field in kanban view???

编写者

I need to enter the description it maybe any length.but it should only show some of the contents or the first 4 or 5 words in kanban view.thats my requirement

相关帖文 回复 查看 活动
1
9月 21
7865
1
4月 21
4016
0
11月 19
4356
0
11月 18
2604
1
1月 25
1756