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
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
12月 24
|
2619 | ||
|
1
2月 23
|
4303 | ||
|
0
12月 21
|
2237 | ||
|
2
8月 24
|
9917 | ||
|
2
3月 24
|
4599 |
Thank you