partner_bank_code
Allows storing bank and branch codes on banks and using them in names and searches.
Key Features
- res.bank: Adds bank_code and bank_branch_code fields to bank records with a uniqueness constraint on their combination.
- res.bank: Appends bank code and branch code to the bank display name when present.
- res.bank: Extends name_search to match on bank code or branch code alongside name and BIC, including negative matches.
- bank configuration views: Exposes bank code and bank branch code fields on bank form and list views.