? how can i hide report actions and make it appears just in work flow specific state
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,
Try this code
<record id="view_custom_model_form" model="ir.ui.view">
<field name="name">custom.model.form<
<field name="model">custom.model</
<field name="inherit_id" ref="base.view_partner_form" />
<field name="arch" type="xml">
<!-- Modify the existing report actions -->
<xpath expr="//button[@name='action_
<attribute name="groups">module.group_
<attribute name="attrs">{"invisible": [["state", "!=", "specific_state"]]}</
<!-- You can add your own domains and default conditions under the attribute -->
</xpath>
</field>
</record>
Hope it helps
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 10 25
|
3 | ||
|
|
0
thg 10 25
|
209 | ||
|
|
2
thg 10 25
|
360 | ||
|
Odoo + amazon connector
Đã xử lý
|
|
2
thg 9 25
|
715 | |
|
|
1
thg 9 25
|
938 |