Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Prevent duplicate partner entries in OpenErp

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 845
    Comment on it

    It is an obvious situation for any company to prevent the creation of duplicate partners with same name, and same case. To stop this we can do the following steps:

    1. First merge all the duplicate entries on one partner.

    2. Delete the other partner.

    3. In pgAdmin run this query:

      CREATE UNIQUE INDEX "Uindex_Store_Customer" ON "res_partner"(lower("name"));

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: