Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2841 Visninger

Hello,

I've added a new boolean field(with default False) to the sale_order and added a button to set it as True in the quotation form.

Now, I need to hide the "Confirm Sale" button, when the above boolean field is False, in the quotation form.

There are two such buttons in the form header.



How do I achieve this?

Thanks.


Avatar
Kassér
Forfatter Bedste svar

<xpath expr="(/form/header/button[@name='action_confirm'])[1]"position="attributes">

......

<xpath expr="(/form/header/button[@name='action_confirm'])[2]"position="attributes">

...

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
mar. 15
5532
3
aug. 22
12063
2
feb. 19
4302
1
jun. 17
7640
2
jun. 16
6124