Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
10127 Visualizações

Hi,

In `res_partner_view.xml`, there's the `company_type` widget like this:

```<field name="company_type" widget="radio"

class="oe_edit_only"

on_change="on_change_company_type(company_type)"

options="{'horizontal': true}"/>```

I'll like to render this widget within Qweb template. How can I go about this?

I Appreciate you response.

Avatar
Cancelar
Melhor resposta

use t-field-options

<span t-field="pack.template_id.image_medium" t-field-options='{"widget": "image", "class": "img-rounded"}'/>

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
mar. 21
10749
0
mar. 21
3727
5
set. 20
4944
0
out. 20
7173
5
set. 20
5030