I want to be able to see the button that changes from ACTIVE to ARCHIVED in equipment, as i do in Employees. I dont know how to code so id need to do it trough the Odoo 15.0 interface.
Any ideas? thank you!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to be able to see the button that changes from ACTIVE to ARCHIVED in equipment, as i do in Employees. I dont know how to code so id need to do it trough the Odoo 15.0 interface.
Any ideas? thank you!
add field name active in equipment model if it doesn't have one
active = fields.Boolean(string='active')
by adding this odoo will give archive button in action by default.
You don't need to, there is already a Menu option in the Action Menu:
Making it a button would increase the chances Users will accidentally click it, that's why we have it in the Action Menu.
When a record is archived, you will see a red banner in the corner:
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
may 23
|
1436 | ||
|
2
dic 22
|
11802 | ||
|
2
nov 22
|
3292 | ||
|
1
may 22
|
3163 |
Thanks for your answer but i dont see it that way. The only actions i have are Duplicate or delete. Id be more than fine with adding archive to the action list, i just want to be able to archive, i dont care about it being a button or not