Skip to Content
Menu
This question has been flagged
1 Reply
3121 Views
Hello,
In Odoo Studio : In the sale module, I created a "commission%" field to set a default value throughout the sale. In each article line, I created a "com%" field. I would like the default value field "com%" to be the field "comisiion%". But I want to be able to also modify the "com%" field on 1 line if necessary
screenshot : http://nas.cip-sa.be/temp/comission.jpg
Thank you for your help



Avatar
Discard
Best Answer

Hi,

If you need to set a default value for the field 'com%' based on the field 'commission%', you can achieve this by adding a compute function for 'com%' with a dependency on 'commission%'. For more details about compute functions in Odoo, you can refer the blog:

https://www.cybrosys.com/odoo/odoo-books/odoo-16-studio/define-compute-method/

Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
2
Feb 24
3407
1
Mar 24
1534
3
Jan 24
2218
3
Nov 23
1847
2
Jun 23
4580