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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|  | 1 cze 20  | 3272 | ||
|  | 0 cze 20  | 3100 | ||
|  | 1 cze 21  | 4148 | ||
| 
            
                Odoo 11 Hide EDIT & DELETE
            
            
                    Rozwiązane
            
         |  | 1 mar 21  | 3847 | |
|  | 0 sty 21  | 2548 | 
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