Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2322 Vues

Hello everyone,

I created a Save Button in the Quotation Form. After the quotation form is created or edited the save button must be hidden or invisible. 

Most Odoo modules use the "state" field for this problem in order to make the button invisible but I want the save button hidden after a form is saved or edited. Thank you. Below is my code:

Python Code (Server Action)

def save(self, cr, uid, ids, context):
    return True
Avatar
Ignorer
Auteur

XML Code:
<xpath expr="//button[@name='action_cancel']" position="before">
<button string="Save" type="action" name="1003" class="oe_highlights"/>
</xpath>

Meilleure réponse

Hi,

 try this class="oe_read_only"

Avatar
Ignorer
Publications associées Réponses Vues Activité
4
déc. 23
38226
1
janv. 18
4785
3
oct. 24
2804
0
mai 24
2319
1
mai 24
1476