I have 2 tables which is ARCustomer & ArCustomerbranch
class ArCustomer(models.Model): code = models.CharField(primary_key=True, max_length=10) co