I am working on odoo 11, In the tree view from res.user I need to change the action button text from "Delete" to "Active/Inactive", just the text.
Asked
Active
Viewed 142 times
1 Answers
1
You can change using translation in system and change parameter according to your requirement.

Manish Bohra
- 340
- 2
- 11
-
No, is not a problem with the translation, the project has to be in spanish, but i need to change it from "Suprimir" (Delete) to "Activo/Inactivo" (Active/Inactive) – David Rios Apr 23 '19 at 12:36
-
Ok Then Replace string Suprimir" (Delete) to "Activo/Inactivo" (Active/Inactive) in translation – Manish Bohra Apr 24 '19 at 06:03
-
1but if i do that, then wont it change it as well it in every model? – David Rios Apr 24 '19 at 15:42