Skip to Content
मेन्यू
This question has been flagged

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

Avatar
Discard

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

Related Posts Replies Views Activity
1
मार्च 15
7860
1
जुल॰ 23
2325
2
जन॰ 21
5918
4
नव॰ 20
6533
1
मार्च 19
3279