I am trying to hide the smart buttons in the upper right of res.partner, I have succeeded for two of these, but for others it reports me an error like The element
xpath expr = "// form // sheet // div [1] // button [@ name = '641'] "
/>cannot be located in the parent view
this is my code:
i can't attach my code why?
i'm try to explain more:
this is my inherited view from model res.partner with inerit_id and ref as base. view_partner_form
my xpath call is to form-sheet-div[1]-button[1] - this work
my second xpath call is to button[@name='action_view_partner_invoices' - this work
my other xpath like form - sheet - div[1] - button[@name='%(purchase.act_res_partner_2_purchase_order)d'] - not work
thanks.