I have a method and i need to check if field in other module is having some values, if it's have values then i should use values from that model field if not i will use my logic
so
def method(self,vals):
path to some.model and check if "some_field" is having values,
if empty use my logic
else use same values that are in "some_field"