Hi, How to create popup in custom web page after click on button with odoo v14
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
You can create popup using below code.
<odoo>
<template name="" id="q_return_button_id"
inherit_id="website_sale.payment">
<xpath expr="//t[@t-call='payment.checkout']" position="after">
<div id="upi_payment">
<button name="get_qr_code" id="upi_payment"
class="btn btn-primary" custom="payment"
data-bs-toggle="modal"
data-bs-target="#exampleModalCenter">Payment
</button>
</div>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter">
Launch demo modal
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</xpath>
</template>
</odoo>
if you are using odoo V16,then you need to change "data-toggle" to "data-bs-toggle"
Regards
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 6 22
|
2234 | ||
|
1
thg 5 22
|
2647 | ||
|
0
thg 4 22
|
2086 | ||
|
0
thg 6 21
|
2540 | ||
|
1
thg 2 21
|
3639 |