? 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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
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
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
|
0
Okt. 25
|
3 | ||
|
|
0
Okt. 25
|
268 | ||
|
|
2
Okt. 25
|
372 | ||
|
Odoo + amazon connector
Gelöst
|
|
2
Sept. 25
|
723 | |
|
|
1
Sept. 25
|
946 |