Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4706 Vizualizări

i'm using <t t-if="widget.modelName == 'model.model'">

how to target multi model name?
to be precise :


            <button t-if="widget.is_action_enabled('edit')" type="button"

            class="btn btn-primary btn-sm o_form_button_edit" accesskey="a">

                <t t-if="widget.modelName == 'model.name'">

                    Input your data before submit

                </t>

                <t t-if="widget.modelName !== 'model.name'">

                    Edit

                </t>

            </button>


I have to target 3 models to user so they notice that they have to input/edit data before submit

also the code only works if i directly hack base.xml from web modul

if extend from :

<templates id="template" xml:space="preserve">

    <t t-extend="FormView.buttons">

        <t t-jquery="button.o_form_button_edit" t-operation="replace">

            <button t-if="widget.is_action_enabled('edit')" type="button"

            class="btn btn-primary btn-sm o_form_button_edit" accesskey="a">

                <t t-if="widget.modelName == 'model.name'">

                    Disposisi

                </t>

                <t t-if="widget.modelName !== 'model.name'">

                    Edit

                </t>

            </button>

        </t>

    </t>

</templates>


this does not work, how to update this?

thank you

Imagine profil
Abandonează
Cel mai bun răspuns

what other attributes that can be used with widget......i want to show it in model but only in specific view, i have 3 views of same model

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
aug. 20
5307
1
mai 17
5510
1
apr. 23
111
2
mar. 22
5166
1
iun. 20
6008