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 up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
| 
            
                Restrict Studio ,to users
            
            
                    Solved
            
         |  | 1 दिस॰ 24  | 3386 | |
|  | 1 फ़र॰ 23  | 4911 | ||
|  | 0 दिस॰ 21  | 2864 | ||
|  | 2 अग॰ 24  | 16457 | ||
|  | 2 मार्च 24  | 5483 | 
Thank you