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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Restrict Studio ,to users
Solved
|
|
1
Nov 24
|
863 | |
|
1
Feb 23
|
3173 | ||
|
0
Dec 21
|
1312 | ||
|
2
Aug 24
|
7189 | ||
|
2
Mar 24
|
2325 |
Thank you