How to subtract a column minus a column in list view
I want demand column - Reserved column in new cloumn and after that sum the total
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
How to subtract a column minus a column in list view
I want demand column - Reserved column in new cloumn and after that sum the total
Hi,
You can add a new field using the studio and make it as a computed field, and inside the compute function, subtract the values of other two fields.
Compute field from UI: https://www.youtube.com/watch?v=j981dytxE28
Thanks
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
| 
            
                Restrict Studio ,to users
            
            
                    Resuelto
            
         |  | 1 dic 24  | 3385 | |
|  | 1 feb 23  | 4910 | ||
|  | 0 dic 21  | 2857 | ||
|  | 2 ago 24  | 16454 | ||
|  | 2 mar 24  | 5480 | 
Thank you