? 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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
0
ต.ค. 25
|
3 | ||
|
|
0
ต.ค. 25
|
209 | ||
|
|
2
ต.ค. 25
|
360 | ||
|
Odoo + amazon connector
แก้ไขแล้ว
|
|
2
ก.ย. 25
|
714 | |
|
|
1
ก.ย. 25
|
936 |