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.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
1
kesäk. 20
|
3370 | |||
|
0
kesäk. 20
|
3251 | |||
|
1
kesäk. 21
|
4258 | |||
|
Odoo 11 Hide EDIT & DELETE
Ratkaistu
|
1
maalisk. 21
|
3960 | ||
|
0
tammik. 21
|
2667 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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