Browse Source

[FIX] Restore literal quotation colons.

pull/172/head
Ronald Portier 6 years ago
parent
commit
bc4b76d698
  1. 2
      base_bank_account_number_unique/README.rst

2
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. 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 To find records that are not unique, you could use the following SQL
statement.
statement::
with res_partner_bank_sanitized as ( with res_partner_bank_sanitized as (
select select

Loading…
Cancel
Save