This question has been flagged
1 Reply
3116 Views

In Sales Order Quotation, I want to get the value of "Untaxed Amount" and pass it to my custom field called "VATT". the formula that I want to pass to VATT is the "untaxed amount" * 0.12. Is there any guide or who can help / give an example for passing a field value to another field? thanks in advance.

Avatar
Discard
Best Answer

Ken, have you tried to get "untaxed amount" by self.browse(). I mean if you are executing "untaxed amount" * 0.12 in any method try to get that by using self.browse(cr, uid, ids, context=context).

Avatar
Discard