Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
18057 Tampilan

Hello,

how to make an xml condition in base.xml to check the source model

Avatar
Buang
Jawaban Terbai

Using the below code you can check the source module t-if="widget.model == 'module.name'"

Example using the below code i changed the 'Create' button name in my custom module.

<!-- The Below code is Modified to change the Save button name in Custom Module -->
            <button t-if="widget.is_action_enabled('create') and widget.model != 'module.name'"
                type="button" class="oe_button oe_form_button_create" accesskey="C">Create</button>
            <button t-if="widget.is_action_enabled('create') and widget.model == 'module.name'"
                type="button" class="oe_button oe_form_button_create" accesskey="C">Add Record</button>         <!-- END -->

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 25
2338
0
Nov 24
2163
0
Jun 24
2032
1
Jun 24
2603
0
Okt 23
2636