I added 'A' attribute to sale.order model. I want the server to suggest a particular value for field A (value is computed in a function) based on partner_id value But I want it to be editable and I want no change to occur to already existing records as a result I cant use compute and inverse. what should I do?
thanks in advance.