I am trying to hide the Create RFQ action of purchase\.request\.line in\ the\ tree\ view,\ but\ I\ have\ no\ clue\ to\ do\ it\.\ Because\ the\ action\ is\ defined\ in\ the\ wizard\ model\ purchase\.request\.line\.make\.purchase\.order,\ and\ it's\ a\ record. It looks like this:
<record id="action_purchase_request_line_make_purchase_order"model="ir.actions.act_window"><field name="name">Create RFQfield><field name="type">ir.actions.act_windowfield><field name="res_model">purchase.request.line.make.purchase.orderfield><field name="view_mode">formfield><field name="view_id"ref="view_purchase_request_line_make_purchase_order"/><field name="target">newfield><field name="binding_model_id"ref="purchase_request.model_purchase_request_line"/>record>
Please reply if you have any idea, thanks.
Can You show tree view of purchase.request.line ?