Hi . I want to create a custom attribute that depends on other attribute value.
For exapme object Person has attributes
salay
after_tax
if I enter salary 1000 , attribute after_tax should be calculated automaticly
for example 1000*some_tax_coeficient.