Browse Source
Merge pull request #172 from NL66278/8.0-enhanced-unique-import-lines-README
[8.0][FIX] Restore literal quotation colons.
pull/118/merge
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
base_bank_account_number_unique/README.rst
|
|
@ -18,7 +18,7 @@ a SQL unique index. This has the added advantage, that the module can be |
|
|
|
installed on databases where the bank-account numbers are not unique already. |
|
|
|
|
|
|
|
To find records that are not unique, you could use the following SQL |
|
|
|
statement. |
|
|
|
statement:: |
|
|
|
|
|
|
|
with res_partner_bank_sanitized as ( |
|
|
|
select |
|
|
|