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
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
Restrict Studio ,to users
Resolvido
|
|
1
dez. 24
|
2597 | |
|
1
fev. 23
|
4284 | ||
|
0
dez. 21
|
2223 | ||
|
2
ago. 24
|
9745 | ||
|
2
mar. 24
|
4555 |
Thank you