Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4487 Weergaven

I want to hide Send&Print in invoice after first click.

https://imgur.com/a/dIENr8O


Avatar
Annuleer
Beste antwoord

Give one Boolean field 

field_name = fields.Boolean('Hide Button')

and add in the form view also and make invisible.

Then on that button function pass that field_name value as True.

In the form view of that button add the attrs condition for invisible as field_name as True

Then it will hide after first clcik

Avatar
Annuleer
Auteur

sorry i don’t understand programming.

would be nice if you can provide me copy and paste text