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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Restrict Studio ,to users
Diselesaikan
|
|
1
Des 24
|
2609 | |
How to delete a repository in Odoo Apps account
Diselesaikan
|
|
1
Feb 23
|
4303 | |
|
0
Des 21
|
2232 | ||
|
2
Agu 24
|
9866 | ||
|
2
Mar 24
|
4589 |
Thank you