Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4188 Переглядів

I have created a new row in child "project.task"model tree view below but I want parent model "project.project" to show a filed value in the new row.

<t t-extend="ListView">

        <t t-jquery="thead" t-operation="before">

            <t t-if="options.action.res_model=='project.task'">

                <button type="button" class="btn btn-sm btn-primary o_list_button_add" accesskey="C">

                    <t t-esc="options.action.res_model"/>

                </button>

            </t>

        </t>

    </t>

Please help

Аватар
Відмінити

You can use something like, task.project_id.field_value...

Related Posts Відповіді Переглядів Дія
1
бер. 15
7985
1
лип. 23
2479
2
січ. 21
6141
4
лист. 20
6838
1
бер. 19
3427