Hello, I have 2 simple models:
the first one is to create a product and it has name and quantity
the other one is to record how many products sold.
I want to get the quantity value from the first model onto the second one and update it if something is sold, how can I do that?
Thanks,,,