Hello,
How can i make edit and delete button invisible for users after request has been created and submitted?
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
Hello,
How can i make edit and delete button invisible for users after request has been created and submitted?
What about setting a flag like submitted=True/False? You can set it in controller and check it on the website.
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|  | 1 Juni 20  | 3270 | ||
|  | 0 Juni 20  | 3095 | ||
|  | 1 Juni 21  | 4142 | ||
| 
            
                Odoo 11 Hide EDIT & DELETE
            
            
                    Gelöst
            
         |  | 1 März 21  | 3846 | |
|  | 0 Jan. 21  | 2547 | 
You can override (create,delete and write) method and raise validation to prevent users to delete or create record.
Reference: http://learnopenerp.blogspot.com/2017/11/how-to-override-odoo-functions.html