Ir al contenido
Menú
Se marcó esta pregunta
2854 Vistas

Odoo v13


Model1:

author = fields.Many2one('model2', 'Author')

name = fields.Char("Name")


I want to have in tree view button which string will be "name" field. If we click on it then form of author will be shown.


...

<tree>

    <button name="%(my_action)d" class="btn-link" type"action">

        ??????

    </button>

</tree>

...

my_action show form so its ok, but how to create button string based on field?

  

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
may 24
1784
1
feb 17
5510
1
mar 15
4190
1
mar 15
15990
4
nov 24
13272